MCPcopy Create free account
hub / github.com/RenderKit/embree / Equals

Function Equals

tutorials/external/catch.hpp:3347–3349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3345
3346 template<typename T>
3347 Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) {
3348 return Vector::EqualsMatcher<T>( comparator );
3349 }
3350
3351 template<typename T>
3352 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