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

Method SourceLineInfo

cpp/quantize/catch.hpp:6675–6675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6673 }
6674
6675 SourceLineInfo::SourceLineInfo() : line( 0 ){}
6676 SourceLineInfo::SourceLineInfo( char const* _file, std::size_t _line )
6677 : file( _file ),
6678 line( _line )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected