MCPcopy Create free account
hub / github.com/RenderKit/embree / operator<<

Method operator<<

tutorials/external/catch.hpp:7685–7688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7683 }
7684
7685 friend auto operator<<( std::ostream &os, Parser const &parser ) -> std::ostream& {
7686 parser.writeToStream( os );
7687 return os;
7688 }
7689
7690 auto validate() const -> Result override {
7691 for( auto const &opt : m_options ) {

Callers 1

convertMethod · 0.45

Calls 1

writeToStreamMethod · 0.80

Tested by

no test coverage detected