|
| | ApproxMatcher (std::vector< T, AllocComp > const &comparator) |
| |
| std::string | describe () const override |
| |
| template<typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
| ApproxMatcher & | epsilon (T const &newEpsilon) |
| |
| template<typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
| ApproxMatcher & | margin (T const &newMargin) |
| |
| bool | match (std::vector< T, AllocMatch > const &v) const override |
| |
| template<typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
| ApproxMatcher & | scale (T const &newScale) |
| |
template<typename T, typename AllocComp, typename AllocMatch>
struct Catch::Matchers::Vector::ApproxMatcher< T, AllocComp, AllocMatch >
Definition at line 3678 of file catch.hpp.