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

Method ExeName

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

Source from the content-addressed store, hash-verified

7195
7196 public:
7197 ExeName() : m_name( std::make_shared<std::string>( "<executable>" ) ) {}
7198
7199 explicit ExeName( std::string &ref ) : ExeName() {
7200 m_ref = std::make_shared<BoundValueRef<std::string>>( ref );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected