MCPcopy Create free account
hub / github.com/Profactor/cv-plot / makeRef

Method makeRef

CvPlot/ext/catch2/inc/catch.hpp:9219–9221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9217
9218 template<typename LambdaT>
9219 static auto makeRef(LambdaT const &lambda) -> std::shared_ptr<BoundValueRefBase> {
9220 return std::make_shared<BoundLambda<LambdaT>>( lambda) ;
9221 }
9222
9223 public:
9224 ExeName() : m_name( std::make_shared<std::string>( "<executable>" ) ) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected