MCPcopy Create free account
hub / github.com/dblalock/bolt / SourceLineInfo

Method SourceLineInfo

cpp/test/external/catch.hpp:234–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 SourceLineInfo( SourceLineInfo const& other );
233# ifdef CATCH_CPP11_OR_GREATER
234 SourceLineInfo( SourceLineInfo && ) = default;
235 SourceLineInfo& operator = ( SourceLineInfo const& ) = default;
236 SourceLineInfo& operator = ( SourceLineInfo && ) = default;
237# endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected