MCPcopy Create free account
hub / github.com/Profactor/cv-plot / operator|

Method operator|

CvPlot/ext/catch2/inc/catch.hpp:9433–9435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9431
9432 template<typename T>
9433 auto operator|( T const &other ) const -> Parser {
9434 return Parser( *this ) |= other;
9435 }
9436
9437 // Forward deprecated interface with '+' instead of '|'
9438 template<typename T>

Callers

nothing calls this directly

Calls 1

ParserClass · 0.85

Tested by

no test coverage detected