MCPcopy Create free account
hub / github.com/bitfieldaudio/OTTO / SourceLineInfo

Method SourceLineInfo

external/include/catch.hpp:261–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 struct SourceLineInfo {
260
261 SourceLineInfo() = delete;
262 SourceLineInfo( char const* _file, std::size_t _line ) noexcept
263 : file( _file ),
264 line( _line )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected