MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / SectionInfo

Method SectionInfo

tests/catch.hpp:10526–10531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10524namespace Catch {
10525
10526 SectionInfo::SectionInfo
10527 ( SourceLineInfo const& _lineInfo,
10528 std::string const& _name )
10529 : name( _name ),
10530 lineInfo( _lineInfo )
10531 {}
10532
10533} // end namespace Catch
10534// end catch_section_info.cpp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected