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

Method parse

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

Source from the content-addressed store, hash-verified

9144 virtual auto cardinality() const -> size_t { return 1; }
9145
9146 auto parse( Args const &args ) const -> InternalParseResult {
9147 return parse( args.exeName(), TokenStream( args ) );
9148 }
9149 };
9150
9151 template<typename DerivedT>

Callers

nothing calls this directly

Calls 2

TokenStreamClass · 0.85
exeNameMethod · 0.80

Tested by

no test coverage detected