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

Method operator<<

unittests/catch.hpp:6355–6358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6353 }
6354
6355 friend auto operator<<( std::ostream &os, Parser const &parser ) -> std::ostream& {
6356 parser.writeToStream( os );
6357 return os;
6358 }
6359
6360 auto validate() const -> Result override {
6361 for( auto const &opt : m_options ) {

Callers

nothing calls this directly

Calls 1

writeToStreamMethod · 0.80

Tested by

no test coverage detected