Ylva And Malin
Public Member Functions
Catch::Matchers::Vector::UnorderedEqualsMatcher< T > Struct Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::Matchers::Vector::UnorderedEqualsMatcher< T >:
Inheritance graph
Collaboration diagram for Catch::Matchers::Vector::UnorderedEqualsMatcher< T >:
Collaboration graph

Public Member Functions

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

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

Here is the call graph for this function:

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

Here is the call graph for this function:


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