MCPcopy Create free account
hub / github.com/apache/trafficserver / Equals

Function Equals

lib/catch2/catch.hpp:3749–3751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3747
3748 template<typename T, typename AllocComp = std::allocator<T>, typename AllocMatch = AllocComp>
3749 Vector::EqualsMatcher<T, AllocComp, AllocMatch> Equals( std::vector<T, AllocComp> const& comparator ) {
3750 return Vector::EqualsMatcher<T, AllocComp, AllocMatch>( comparator );
3751 }
3752
3753 template<typename T, typename AllocComp = std::allocator<T>, typename AllocMatch = AllocComp>
3754 Vector::ApproxMatcher<T, AllocComp, AllocMatch> Approx( std::vector<T, AllocComp> const& comparator ) {

Callers 1

handleExceptionMatchExprFunction · 0.70

Calls 2

EqualsMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected