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

Method operator+

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

Source from the content-addressed store, hash-verified

9439 auto operator+=( T const &other ) -> Parser & { return operator|=( other ); }
9440 template<typename T>
9441 auto operator+( T const &other ) const -> Parser { return operator|( other ); }
9442
9443 auto getHelpColumns() const -> std::vector<HelpColumns> {
9444 std::vector<HelpColumns> cols;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected