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

Method Opt

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

Source from the content-addressed store, hash-verified

9294 public:
9295 template<typename LambdaT>
9296 explicit Opt( LambdaT const &ref ) : ParserRefImpl( std::make_shared<BoundFlagLambda<LambdaT>>( ref ) ) {}
9297
9298 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {}
9299

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected