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

Function Approx

extlibs/catch/include/catch/catch.hpp:3656–3658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3654
3655 template<typename T>
3656 Vector::ApproxMatcher<T> Approx( std::vector<T> const& comparator ) {
3657 return Vector::ApproxMatcher<T>( comparator );
3658 }
3659
3660 template<typename T>
3661 Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) {

Callers 3

customMethod · 0.70
operator "" _aFunction · 0.70
MathUtilsTests.cppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected