|
| ApproxMatcher (std::vector< T, AllocComp > const &comparator) |
|
bool | match (std::vector< T, AllocMatch > const &v) const override |
|
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) |
|
template<typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
ApproxMatcher & | scale (T const &newScale) |
|
MatchAllOf< T > | operator&& (MatcherBase const &other) const |
|
MatchAnyOf< T > | operator|| (MatcherBase const &other) const |
|
MatchNotOf< T > | operator! () const |
|
| MatcherUntypedBase (MatcherUntypedBase const &)=default |
|
MatcherUntypedBase & | operator= (MatcherUntypedBase const &)=delete |
|
std::string | toString () const |
|
virtual bool | match (T const &arg) const=0 |
|
|
std::vector< T, AllocComp > const & | m_comparator |
|
Catch::Detail::Approx | approx = Catch::Detail::Approx::custom() |
|
|
std::string | m_cachedToString |
|
◆ describe()
template<typename T , typename AllocComp , typename AllocMatch >
The documentation for this struct was generated from the following file: