MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator|

Method operator|

extlibs/catch/include/catch/catch.hpp:9330–9332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9328 template<typename DerivedT>
9329 template<typename T>
9330 auto ComposableParserImpl<DerivedT>::operator|( T const &other ) const -> Parser {
9331 return Parser() | static_cast<DerivedT const &>( *this ) | other;
9332 }
9333} // namespace detail
9334
9335// A Combined parser

Callers

nothing calls this directly

Calls 1

ParserClass · 0.85

Tested by

no test coverage detected