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

Method operator|

unittests/catch.hpp:6295–6297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6293
6294 template<typename T>
6295 auto operator|( T const &other ) const -> Parser {
6296 return Parser( *this ) |= other;
6297 }
6298
6299 // Forward deprecated interface with '+' instead of '|'
6300 template<typename T>

Callers

nothing calls this directly

Calls 1

ParserClass · 0.85

Tested by

no test coverage detected