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

Method validate

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

Source from the content-addressed store, hash-verified

7113 public:
7114 virtual ~ParserBase() = default;
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected