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

Method cardinality

tests/catch.hpp:7117–7117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7115 virtual auto validate() const -> Result { return Result::ok(); }
7116 virtual auto parse( std::string const& exeName, TokenStream const &tokens) const -> InternalParseResult = 0;
7117 virtual auto cardinality() const -> size_t { return 1; }
7118
7119 auto parse( Args const &args ) const -> InternalParseResult {
7120 return parse( args.exeName(), TokenStream( args ) );

Callers 2

writeToStreamMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected