MCPcopy Create free account
hub / github.com/cirquit/trdrop / SourceLineInfo

Method SourceLineInfo

ext/catch.hpp:455–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453 SourceLineInfo( char const* _file, std::size_t _line );
454# ifdef CATCH_CONFIG_CPP11_GENERATED_METHODS
455 SourceLineInfo(SourceLineInfo const& other) = default;
456 SourceLineInfo( SourceLineInfo && ) = default;
457 SourceLineInfo& operator = ( SourceLineInfo const& ) = default;
458 SourceLineInfo& operator = ( SourceLineInfo && ) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected