Public Member Functions | Private Attributes | List of all members
Catch::Matchers::Vector::UnorderedEqualsMatcher< T > Struct Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::Matchers::Vector::UnorderedEqualsMatcher< T >:
Inheritance graph
[legend]

Public Member Functions

std::string describe () const override
 
bool match (std::vector< T > const &vec) const override
 
 UnorderedEqualsMatcher (std::vector< T > const &target)
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherBase< T >
MatchNotOf< T > operator! () const
 
MatchAllOf< T > operator&& (MatcherBase const &other) const
 
MatchAnyOf< T > operator|| (MatcherBase const &other) const
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherUntypedBase
 MatcherUntypedBase ()=default
 
 MatcherUntypedBase (MatcherUntypedBase const &)=default
 
MatcherUntypedBaseoperator= (MatcherUntypedBase const &)=delete
 
std::string toString () const
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherMethod< T >
virtual bool match (T const &arg) const=0
 

Private Attributes

std::vector< T > const & m_target
 

Additional Inherited Members

- Protected Member Functions inherited from Catch::Matchers::Impl::MatcherUntypedBase
virtual ~MatcherUntypedBase ()
 
- Protected Attributes inherited from Catch::Matchers::Impl::MatcherUntypedBase
std::string m_cachedToString
 

Detailed Description

template<typename T>
struct Catch::Matchers::Vector::UnorderedEqualsMatcher< T >

Definition at line 3301 of file catch.hpp.

Constructor & Destructor Documentation

◆ UnorderedEqualsMatcher()

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

Definition at line 3302 of file catch.hpp.

Member Function Documentation

◆ describe()

template<typename T >
std::string Catch::Matchers::Vector::UnorderedEqualsMatcher< T >::describe ( ) const
inlineoverridevirtual

Implements Catch::Matchers::Impl::MatcherUntypedBase.

Definition at line 3333 of file catch.hpp.

◆ match()

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

Definition at line 3303 of file catch.hpp.

Member Data Documentation

◆ m_target

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

Definition at line 3337 of file catch.hpp.


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


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03