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

Method SectionInfo

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

Source from the content-addressed store, hash-verified

12962namespace Catch {
12963
12964 SectionInfo::SectionInfo
12965 ( SourceLineInfo const& _lineInfo,
12966 std::string const& _name )
12967 : name( _name ),
12968 lineInfo( _lineInfo )
12969 {}
12970
12971} // end namespace Catch
12972// end catch_section_info.cpp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected