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

Method makeRef

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

Source from the content-addressed store, hash-verified

7190
7191 template<typename LambdaT>
7192 static auto makeRef(LambdaT const &lambda) -> std::shared_ptr<BoundValueRefBase> {
7193 return std::make_shared<BoundLambda<LambdaT>>( lambda) ;
7194 }
7195
7196 public:
7197 ExeName() : m_name( std::make_shared<std::string>( "<executable>" ) ) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected