MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / operator<<

Method operator<<

extern/Catch2/catch.hpp:9577–9580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9575 }
9576
9577 friend auto operator<<( std::ostream &os, Parser const &parser ) -> std::ostream& {
9578 parser.writeToStream( os );
9579 return os;
9580 }
9581
9582 auto validate() const -> Result override {
9583 for( auto const &opt : m_options ) {

Callers 1

convertMethod · 0.45

Calls 1

writeToStreamMethod · 0.80

Tested by

no test coverage detected