MCPcopy Create free account
hub / github.com/Profactor/cv-plot / streamReconstructedExpression

Method streamReconstructedExpression

CvPlot/ext/catch2/inc/catch.hpp:3736–3743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3734 {}
3735
3736 void streamReconstructedExpression( std::ostream &os ) const override {
3737 auto matcherAsString = m_matcher.toString();
3738 os << Catch::Detail::stringify( m_arg ) << ' ';
3739 if( matcherAsString == Detail::unprintableString )
3740 os << m_matcherString;
3741 else
3742 os << matcherAsString;
3743 }
3744 };
3745
3746 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