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

Method operator<<

extlibs/catch/include/catch/catch.hpp:9260–9263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9258 }
9259
9260 friend auto operator<<( std::ostream &os, Parser const &parser ) -> std::ostream& {
9261 parser.writeToStream( os );
9262 return os;
9263 }
9264
9265 auto validate() const -> Result override {
9266 for( auto const &opt : m_options ) {

Callers 1

convertMethod · 0.80

Calls 1

writeToStreamMethod · 0.80

Tested by

no test coverage detected