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

Class BoundFlagRefBase

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

Source from the content-addressed store, hash-verified

9035 virtual auto setValue( std::string const &arg ) -> ParserResult = 0;
9036 };
9037 struct BoundFlagRefBase : BoundRef {
9038 virtual auto setFlag( bool flag ) -> ParserResult = 0;
9039 virtual auto isFlag() const -> bool { return true; }
9040 };
9041
9042 template<typename T>
9043 struct BoundValueRef : BoundValueRefBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected