|
Wire Sysio Wire Sysion 1.0.0
|


Go to the source code of this file.
Namespaces | |
| namespace | Catch |
| namespace | Catch::Matchers |
| namespace | Catch::Matchers::Vector |
Functions | |
| template<typename T > | |
| Vector::ContainsMatcher< T > | Catch::Matchers::Contains (std::vector< T > const &comparator) |
| template<typename T > | |
| Vector::ContainsElementMatcher< T > | Catch::Matchers::VectorContains (T const &comparator) |
| template<typename T > | |
| Vector::EqualsMatcher< T > | Catch::Matchers::Equals (std::vector< T > const &comparator) |
| template<typename T > | |
| Vector::ApproxMatcher< T > | Catch::Matchers::Approx (std::vector< T > const &comparator) |
| template<typename T > | |
| Vector::UnorderedEqualsMatcher< T > | Catch::Matchers::UnorderedEquals (std::vector< T > const &target) |