FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Catch::Matchers::Vector::UnorderedEqualsMatcher< T > Struct Template Reference
Inheritance diagram for Catch::Matchers::Vector::UnorderedEqualsMatcher< T >:

Public Member Functions

 UnorderedEqualsMatcher (std::vector< T > const &target)
 
bool match (std::vector< T > const &vec) const override
 
std::string describe () const override
 

Private Attributes

std::vector< T > const & m_target
 

Constructor & Destructor Documentation

template<typename T >
Catch::Matchers::Vector::UnorderedEqualsMatcher< T >::UnorderedEqualsMatcher ( std::vector< T > const &  target)
inline

Member Function Documentation

template<typename T >
std::string Catch::Matchers::Vector::UnorderedEqualsMatcher< T >::describe ( ) const
inlineoverride
template<typename T >
bool Catch::Matchers::Vector::UnorderedEqualsMatcher< T >::match ( std::vector< T > const &  vec) const
inlineoverride

Field Documentation

template<typename T >
std::vector<T> const& Catch::Matchers::Vector::UnorderedEqualsMatcher< T >::m_target
private