MCPcopy Create free account
hub / github.com/RenderKit/embree / streamReconstructedExpression

Method streamReconstructedExpression

tutorials/external/catch.hpp:3380–3387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3378 {}
3379
3380 void streamReconstructedExpression( std::ostream &os ) const override {
3381 auto matcherAsString = m_matcher.toString();
3382 os << Catch::Detail::stringify( m_arg ) << ' ';
3383 if( matcherAsString == Detail::unprintableString )
3384 os << m_matcherString;
3385 else
3386 os << matcherAsString;
3387 }
3388 };
3389
3390 using StringMatcher = Matchers::Impl::MatcherBase<std::string>;

Callers

nothing calls this directly

Calls 2

stringifyFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected