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

Method operator|

unittests/catch.hpp:6425–6427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6423 template<typename DerivedT>
6424 template<typename T>
6425 auto ComposableParserImpl<DerivedT>::operator|( T const &other ) const -> Parser {
6426 return Parser() | static_cast<DerivedT const &>( *this ) | other;
6427 }
6428} // namespace detail
6429
6430// A Combined parser

Callers

nothing calls this directly

Calls 1

ParserClass · 0.85

Tested by

no test coverage detected