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

Method operator|

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

Source from the content-addressed store, hash-verified

6092 }
6093
6094 template <typename T> auto operator|(T const &other) const -> Parser {
6095 return Parser(*this) |= other;
6096 }
6097
6098 // Forward deprecated interface with '+' instead of '|'
6099 template <typename T> auto operator+=(T const &other) -> Parser & {

Callers

nothing calls this directly

Calls 1

ParserClass · 0.85

Tested by

no test coverage detected