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)
 

Private Attributes

std::vector< T > const & m_target
 

Detailed Description

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

Definition at line 2842 of file catch.hpp.

Constructor & Destructor Documentation

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

Definition at line 2843 of file catch.hpp.

Member Function Documentation

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

Definition at line 2874 of file catch.hpp.

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

Definition at line 2844 of file catch.hpp.

Member Data Documentation

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

Definition at line 2878 of file catch.hpp.


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


catch_ros
Author(s): Max Schwarz
autogenerated on Thu Jan 14 2021 03:32:26