MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / Equals

Function Equals

extlibs/catch/include/catch/catch.hpp:3651–3653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3649
3650 template<typename T>
3651 Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) {
3652 return Vector::EqualsMatcher<T>( comparator );
3653 }
3654
3655 template<typename T>
3656 Vector::ApproxMatcher<T> Approx( std::vector<T> const& comparator ) {

Callers 1

handleExceptionMatchExprFunction · 0.70

Calls 2

EqualsMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected