MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Opt

Method Opt

Bcore/src/main/cpp/Dobby/tests/catch.hpp:5960–5961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5958public:
5959 template <typename LambdaT>
5960 explicit Opt(LambdaT const &ref) : ParserRefImpl(std::make_shared<BoundFlagLambda<LambdaT>>(ref)) {
5961 }
5962
5963 explicit Opt(bool &ref) : ParserRefImpl(std::make_shared<BoundFlagRef>(ref)) {
5964 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected