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

Method SectionInfo

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

Source from the content-addressed store, hash-verified

13186namespace Catch {
13187
13188 SectionInfo::SectionInfo
13189 ( SourceLineInfo const& _lineInfo,
13190 std::string const& _name )
13191 : name( _name ),
13192 lineInfo( _lineInfo )
13193 {}
13194
13195} // end namespace Catch
13196// end catch_section_info.cpp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected