Template Function Catch::Matchers::VectorContains

Function Documentation

template<typename T, typename Alloc = std::allocator<T>>
VectorContainsElementMatcher<T, Alloc> Catch::Matchers::VectorContains(T const &comparator)

Creates a matcher that matches vectors that contain comparator as an element.