MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / makeRef

Method makeRef

unittests/catch.hpp:6081–6083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6079
6080 template<typename LambdaT>
6081 static auto makeRef(LambdaT const &lambda) -> std::shared_ptr<BoundValueRefBase> {
6082 return std::make_shared<BoundLambda<LambdaT>>( lambda) ;
6083 }
6084
6085 public:
6086 ExeName() : m_name( std::make_shared<std::string>( "<executable>" ) ) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected