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

Method operator|

extlibs/catch/include/catch/catch.hpp:9200–9202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9198
9199 template<typename T>
9200 auto operator|( T const &other ) const -> Parser {
9201 return Parser( *this ) |= other;
9202 }
9203
9204 // Forward deprecated interface with '+' instead of '|'
9205 template<typename T>

Callers

nothing calls this directly

Calls 1

ParserClass · 0.85

Tested by

no test coverage detected