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

Method validate

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

Source from the content-addressed store, hash-verified

9140 public:
9141 virtual ~ParserBase() = default;
9142 virtual auto validate() const -> Result { return Result::ok(); }
9143 virtual auto parse( std::string const& exeName, TokenStream const &tokens) const -> InternalParseResult = 0;
9144 virtual auto cardinality() const -> size_t { return 1; }
9145

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected