MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / cardinality

Method cardinality

extern/Catch2/catch.hpp:9228–9228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9226 virtual auto validate() const -> Result { return Result::ok(); }
9227 virtual auto parse( std::string const& exeName, TokenStream const &tokens) const -> InternalParseResult = 0;
9228 virtual auto cardinality() const -> size_t { return 1; }
9229
9230 auto parse( Args const &args ) const -> InternalParseResult {
9231 return parse( args.exeName(), TokenStream( args ) );

Callers 2

writeToStreamMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected