Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
catch_matchers_vector.h File Reference
#include "catch_matchers.h"
#include "catch_approx.h"
#include <algorithm>
Include dependency graph for catch_matchers_vector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Catch::Matchers::Vector::ContainsElementMatcher< T >
 
struct  Catch::Matchers::Vector::ContainsMatcher< T >
 
struct  Catch::Matchers::Vector::EqualsMatcher< T >
 
struct  Catch::Matchers::Vector::ApproxMatcher< T >
 
struct  Catch::Matchers::Vector::UnorderedEqualsMatcher< T >
 

Namespaces

namespace  Catch
 
namespace  Catch::Matchers
 
namespace  Catch::Matchers::Vector
 

Functions

template<typename T >
Vector::ContainsMatcher< TCatch::Matchers::Contains (std::vector< T > const &comparator)
 
template<typename T >
Vector::ContainsElementMatcher< TCatch::Matchers::VectorContains (T const &comparator)
 
template<typename T >
Vector::EqualsMatcher< TCatch::Matchers::Equals (std::vector< T > const &comparator)
 
template<typename T >
Vector::ApproxMatcher< TCatch::Matchers::Approx (std::vector< T > const &comparator)
 
template<typename T >
Vector::UnorderedEqualsMatcher< TCatch::Matchers::UnorderedEquals (std::vector< T > const &target)