MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / SourceLineInfo

Method SourceLineInfo

unittests/catch.hpp:274–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 struct SourceLineInfo {
273
274 SourceLineInfo() = delete;
275 SourceLineInfo( char const* _file, std::size_t _line ) noexcept
276 : file( _file ),
277 line( _line )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected