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

Method describe

compiler/cpp/tests/catch/catch.hpp:3064–3066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3062 return true;
3063 }
3064 virtual std::string describe() const CATCH_OVERRIDE {
3065 return "Equals: " + Catch::toString( m_comparator );
3066 }
3067 std::vector<T> const& m_comparator;
3068 };
3069

Callers

nothing calls this directly

Calls 1

toStringFunction · 0.85

Tested by

no test coverage detected