MCPcopy Create free account
hub / github.com/RenderKit/oidn / SourceLineInfo

Method SourceLineInfo

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

Source from the content-addressed store, hash-verified

500 struct SourceLineInfo {
501
502 SourceLineInfo() = delete;
503 SourceLineInfo( char const* _file, std::size_t _line ) noexcept
504 : file( _file ),
505 line( _line )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected