MCPcopy Create free account
hub / github.com/RenderKit/embree / cardinality

Method cardinality

tutorials/external/catch.hpp:7336–7336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7334 virtual auto validate() const -> Result { return Result::ok(); }
7335 virtual auto parse( std::string const& exeName, TokenStream const &tokens) const -> InternalParseResult = 0;
7336 virtual auto cardinality() const -> size_t { return 1; }
7337
7338 auto parse( Args const &args ) const -> InternalParseResult {
7339 return parse( args.exeName(), TokenStream( args ) );

Callers 2

writeToStreamMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected