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

Class ComposableParserImpl

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

Source from the content-addressed store, hash-verified

7123
7124 template<typename DerivedT>
7125 class ComposableParserImpl : public ParserBase {
7126 public:
7127 template<typename T>
7128 auto operator|( T const &other ) const -> Parser;
7129
7130 template<typename T>
7131 auto operator+( T const &other ) const -> Parser;
7132 };
7133
7134 // Common code and state for Args and Opts
7135 template<typename DerivedT>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected