MCPcopy Create free account
hub / github.com/cirquit/trdrop / SectionInfo

Method SectionInfo

ext/catch.hpp:8473–8480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8471namespace Catch {
8472
8473 SectionInfo::SectionInfo
8474 ( SourceLineInfo const& _lineInfo,
8475 std::string const& _name,
8476 std::string const& _description )
8477 : name( _name ),
8478 description( _description ),
8479 lineInfo( _lineInfo )
8480 {}
8481
8482 Section::Section( SectionInfo const& info )
8483 : m_info( info ),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected