MCPcopy Create free account
hub / github.com/catchorg/Catch2 / streamReconstructedExpression

Method streamReconstructedExpression

extras/catch_amalgamated.hpp:11912–11916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11910 {}
11911
11912 void streamReconstructedExpression( std::ostream& os ) const override {
11913 os << Catch::Detail::stringify( m_arg )
11914 << ' '
11915 << m_matcher.toString();
11916 }
11917 };
11918
11919#ifdef __clang__

Callers

nothing calls this directly

Calls 2

stringifyFunction · 0.70
toStringMethod · 0.45

Tested by

no test coverage detected