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

#include <catch.hpp>

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

Public Member Functions

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

Public Attributes

std::vector< T > const & m_comparator
 

Detailed Description

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

Definition at line 2789 of file catch.hpp.

Constructor & Destructor Documentation

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

Definition at line 2791 of file catch.hpp.

Member Function Documentation

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

Definition at line 2811 of file catch.hpp.

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

Definition at line 2793 of file catch.hpp.

Member Data Documentation

template<typename T >
std::vector<T> const& Catch::Matchers::Vector::ContainsMatcher< T >::m_comparator

Definition at line 2815 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