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

Method operator<<

tests/catch.hpp:7466–7469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7464 }
7465
7466 friend auto operator<<( std::ostream &os, Parser const &parser ) -> std::ostream& {
7467 parser.writeToStream( os );
7468 return os;
7469 }
7470
7471 auto validate() const -> Result override {
7472 for( auto const &opt : m_options ) {

Callers 1

convertMethod · 0.80

Calls 1

writeToStreamMethod · 0.80

Tested by

no test coverage detected