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

Function operator <<

tutorials/external/catch.hpp:6276–6279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6274
6275 namespace {
6276 auto operator <<( std::ostream& os, ITransientExpression const& expr ) -> std::ostream& {
6277 expr.streamReconstructedExpression( os );
6278 return os;
6279 }
6280 }
6281
6282 LazyExpression::LazyExpression( bool isNegated )

Callers

nothing calls this directly

Calls 4

isBinaryExpressionMethod · 0.80
currentDataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected