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

Method parse

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

Source from the content-addressed store, hash-verified

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 ) );
7121 }
7122 };
7123
7124 template<typename DerivedT>

Callers

nothing calls this directly

Calls 2

TokenStreamClass · 0.85
exeNameMethod · 0.80

Tested by

no test coverage detected