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

Function operator <<

unittests/catch.hpp:4966–4969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4964namespace Catch {
4965
4966 auto operator <<( std::ostream& os, ITransientExpression const& expr ) -> std::ostream& {
4967 expr.streamReconstructedExpression( os );
4968 return os;
4969 }
4970
4971 LazyExpression::LazyExpression( bool isNegated )
4972 : m_isNegated( isNegated )

Callers

nothing calls this directly

Calls 4

isBinaryExpressionMethod · 0.80
currentDataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected