|
| ApproxMatcher (std::vector< T, AllocComp > const &comparator) |
|
bool | match (std::vector< T, AllocMatch > const &v) const override |
|
std::string | describe () const override |
|
template<typename = std::enable_if_t<std::is_constructible<double, T>::value>> |
ApproxMatcher & | epsilon (T const &newEpsilon) |
|
template<typename = std::enable_if_t<std::is_constructible<double, T>::value>> |
ApproxMatcher & | margin (T const &newMargin) |
|
template<typename = std::enable_if_t<std::is_constructible<double, T>::value>> |
ApproxMatcher & | scale (T const &newScale) |
|
virtual bool | match (std::vector< T, AllocMatch > const &arg) const=0 |
|
| MatcherUntypedBase (MatcherUntypedBase const &)=default |
|
| MatcherUntypedBase (MatcherUntypedBase &&)=default |
|
MatcherUntypedBase & | operator= (MatcherUntypedBase const &)=delete |
|
MatcherUntypedBase & | operator= (MatcherUntypedBase &&)=delete |
|
std::string | toString () const |
|
|
virtual std::string | describe () const =0 |
|
std::string | m_cachedToString |
|
◆ describe()
template<typename T , typename AllocComp , typename AllocMatch >
◆ match()
template<typename T , typename AllocComp , typename AllocMatch >
The documentation for this class was generated from the following file: