MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / SourceLineInfo

Method SourceLineInfo

deps/Catch/catch.hpp:511–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509 struct SourceLineInfo {
510
511 SourceLineInfo() = delete;
512 SourceLineInfo( char const* _file, std::size_t _line ) noexcept
513 : file( _file ),
514 line( _line )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected