MCPcopy Create free account
hub / github.com/Profactor/cv-plot / Approx

Function Approx

CvPlot/ext/catch2/inc/catch.hpp:3708–3710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3706
3707 template<typename T>
3708 Vector::ApproxMatcher<T> Approx( std::vector<T> const& comparator ) {
3709 return Vector::ApproxMatcher<T>( comparator );
3710 }
3711
3712 template<typename T>
3713 Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) {

Callers 2

customMethod · 0.70
operator "" _aFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected