MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / cardinality

Method cardinality

Source/ThirdParty/catch2/catch.hpp:9223–9223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9221 virtual auto validate() const -> Result { return Result::ok(); }
9222 virtual auto parse( std::string const& exeName, TokenStream const &tokens) const -> InternalParseResult = 0;
9223 virtual auto cardinality() const -> size_t { return 1; }
9224
9225 auto parse( Args const &args ) const -> InternalParseResult {
9226 return parse( args.exeName(), TokenStream( args ) );

Callers 2

writeToStreamMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected