MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / Equals

Function Equals

tests/catch.hpp:3334–3336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3332
3333 template<typename T>
3334 Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) {
3335 return Vector::EqualsMatcher<T>( comparator );
3336 }
3337
3338 template<typename T>
3339 Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) {

Callers 1

handleExceptionMatchExprFunction · 0.70

Calls 2

EqualsMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected