Template Function Catch::Matchers::Contains(std::vector<T, AllocComp> const&)

Function Documentation

template<typename T, typename AllocComp = std::allocator<T>, typename AllocMatch = AllocComp>
ContainsMatcher<T, AllocComp, AllocMatch> Catch::Matchers::Contains(std::vector<T, AllocComp> const &comparator)

Creates a matcher that matches vectors that contain all elements in comparator