Agora  1.2.0
Agora project
Catch::Matchers::Impl::MatchAnyOf< ArgT > Struct Template Reference

#include <catch.hpp>

Public Member Functions

bool match (ArgT const &arg) const override
 
std::string describe () const override
 
MatchAnyOf< ArgT > operator|| (MatcherBase< ArgT > const &other)
 

Public Attributes

std::vector< MatcherBase< ArgT > const * > m_matchers
 

Member Function Documentation

◆ describe()

template<typename ArgT >
std::string Catch::Matchers::Impl::MatchAnyOf< ArgT >::describe ( ) const
inlineoverride
Here is the call graph for this function:

◆ match()

template<typename ArgT >
bool Catch::Matchers::Impl::MatchAnyOf< ArgT >::match ( ArgT const &  arg) const
inlineoverride
Here is the call graph for this function:

◆ operator||()

template<typename ArgT >
MatchAnyOf<ArgT> Catch::Matchers::Impl::MatchAnyOf< ArgT >::operator|| ( MatcherBase< ArgT > const &  other)
inline
Here is the call graph for this function:

Member Data Documentation

◆ m_matchers

template<typename ArgT >
std::vector<MatcherBase<ArgT> const*> Catch::Matchers::Impl::MatchAnyOf< ArgT >::m_matchers

The documentation for this struct was generated from the following file: