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

Method operator|

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

Source from the content-addressed store, hash-verified

9561 template<typename DerivedT>
9562 template<typename T>
9563 auto ComposableParserImpl<DerivedT>::operator|( T const &other ) const -> Parser {
9564 return Parser() | static_cast<DerivedT const &>( *this ) | other;
9565 }
9566} // namespace detail
9567
9568// A Combined parser

Callers

nothing calls this directly

Calls 1

ParserClass · 0.85

Tested by

no test coverage detected