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

Function Approx

tutorials/external/catch.hpp:3352–3354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3350
3351 template<typename T>
3352 Vector::ApproxMatcher<T> Approx( std::vector<T> const& comparator ) {
3353 return Vector::ApproxMatcher<T>( comparator );
3354 }
3355
3356 template<typename T>
3357 Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) {

Callers 3

customMethod · 0.70
operator "" _aFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected