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

#include <catch.hpp>

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

Public Member Functions

 ContainsElementMatcher (T const &comparator)
 
std::string describe () const override
 
bool match (std::vector< T > const &v) const override
 

Public Attributes

T const & m_comparator
 

Detailed Description

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

Definition at line 2768 of file catch.hpp.

Constructor & Destructor Documentation

template<typename T >
Catch::Matchers::Vector::ContainsElementMatcher< T >::ContainsElementMatcher ( T const &  comparator)
inline

Definition at line 2770 of file catch.hpp.

Member Function Documentation

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

Definition at line 2781 of file catch.hpp.

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

Definition at line 2772 of file catch.hpp.

Member Data Documentation

template<typename T >
T const& Catch::Matchers::Vector::ContainsElementMatcher< T >::m_comparator

Definition at line 2785 of file catch.hpp.


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


catch_ros
Author(s): Max Schwarz
autogenerated on Sat Jun 8 2019 17:59:58