Horizon
|
Public Member Functions | |
MatchAllOf (MatchAllOf const &)=delete | |
MatchAllOf & | operator= (MatchAllOf const &)=delete |
MatchAllOf (MatchAllOf &&)=default | |
MatchAllOf & | operator= (MatchAllOf &&)=default |
bool | match (ArgT const &arg) const override |
std::string | describe () const override |
![]() | |
MatcherUntypedBase (MatcherUntypedBase const &)=default | |
MatcherUntypedBase (MatcherUntypedBase &&)=default | |
MatcherUntypedBase & | operator= (MatcherUntypedBase const &)=delete |
MatcherUntypedBase & | operator= (MatcherUntypedBase &&)=delete |
std::string | toString () const |
Friends | |
MatchAllOf | operator&& (MatchAllOf &&lhs, MatcherBase< ArgT > const &rhs) |
MatchAllOf | operator&& (MatcherBase< ArgT > const &lhs, MatchAllOf &&rhs) |
Additional Inherited Members | |
![]() | |
std::string | m_cachedToString |
|
inlineoverridevirtual |
Implements Catch::Matchers::MatcherUntypedBase.
|
inlineoverridevirtual |
Implements Catch::Matchers::MatcherBase< ArgT >.