MCPcopy Create free account
hub / github.com/apache/thrift / describe

Method describe

compiler/cpp/tests/catch/catch.hpp:3040–3042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3038 return true;
3039 }
3040 virtual std::string describe() const CATCH_OVERRIDE {
3041 return "Contains: " + Catch::toString( m_comparator );
3042 }
3043
3044 std::vector<T> const& m_comparator;
3045 };

Callers

nothing calls this directly

Calls 1

toStringFunction · 0.85

Tested by

no test coverage detected