Function describe
Synopsis
#include <include/internal/catch_matchers_vector.h>
std::string describe() const override
Description
No description yet.
Source
Lines 107-109 in include/internal/catch_matchers_vector.h.
std::string describe() const override {
return "is approx: " + ::Catch::Detail::stringify( m_comparator );
}