MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator <<

Function operator <<

extlibs/catch/include/catch/catch.hpp:7877–7880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7875
7876 namespace {
7877 auto operator <<( std::ostream& os, ITransientExpression const& expr ) -> std::ostream& {
7878 expr.streamReconstructedExpression( os );
7879 return os;
7880 }
7881 }
7882
7883 LazyExpression::LazyExpression( bool isNegated )

Callers

nothing calls this directly

Calls 5

isBinaryExpressionMethod · 0.80
currentDataMethod · 0.80
writeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected