MCPcopy Create free account
hub / github.com/Profactor/cv-plot / SourceLineInfo

Method SourceLineInfo

CvPlot/ext/catch2/inc/catch.hpp:481–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479 struct SourceLineInfo {
480
481 SourceLineInfo() = delete;
482 SourceLineInfo( char const* _file, std::size_t _line ) noexcept
483 : file( _file ),
484 line( _line )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected