MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / operator|

Method operator|

Bcore/src/main/cpp/Dobby/tests/catch.hpp:6227–6229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6225template <typename DerivedT>
6226template <typename T>
6227auto ComposableParserImpl<DerivedT>::operator|(T const &other) const -> Parser {
6228 return Parser() | static_cast<DerivedT const &>(*this) | other;
6229}
6230} // namespace detail
6231
6232// A Combined parser

Callers

nothing calls this directly

Calls 1

ParserClass · 0.85

Tested by

no test coverage detected