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

Method NameAndLocation

tests/catch.hpp:11639–11642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11637namespace TestCaseTracking {
11638
11639 NameAndLocation::NameAndLocation( std::string const& _name, SourceLineInfo const& _location )
11640 : name( _name ),
11641 location( _location )
11642 {}
11643
11644 ITracker::~ITracker() = default;
11645

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected