MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / operator|

Method operator|

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

Source from the content-addressed store, hash-verified

7534 template<typename DerivedT>
7535 template<typename T>
7536 auto ComposableParserImpl<DerivedT>::operator|( T const &other ) const -> Parser {
7537 return Parser() | static_cast<DerivedT const &>( *this ) | other;
7538 }
7539} // namespace detail
7540
7541// A Combined parser

Callers

nothing calls this directly

Calls 1

ParserClass · 0.85

Tested by

no test coverage detected