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

Function operator <<

tests/catch.hpp:6061–6064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6059
6060 namespace {
6061 auto operator <<( std::ostream& os, ITransientExpression const& expr ) -> std::ostream& {
6062 expr.streamReconstructedExpression( os );
6063 return os;
6064 }
6065 }
6066
6067 LazyExpression::LazyExpression( bool isNegated )

Callers

nothing calls this directly

Calls 4

isBinaryExpressionMethod · 0.80
currentDataMethod · 0.80
sizeMethod · 0.80

Tested by

no test coverage detected