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

Method Opt

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

Source from the content-addressed store, hash-verified

7267 public:
7268 template<typename LambdaT>
7269 explicit Opt( LambdaT const &ref ) : ParserRefImpl( std::make_shared<BoundFlagLambda<LambdaT>>( ref ) ) {}
7270
7271 explicit Opt( bool &ref ) : ParserRefImpl( std::make_shared<BoundFlagRef>( ref ) ) {}
7272

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected