MCPcopy Create free account
hub / github.com/Profactor/cv-plot / VectorContains

Function VectorContains

CvPlot/ext/catch2/inc/catch.hpp:3698–3700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3696
3697 template<typename T>
3698 Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) {
3699 return Vector::ContainsElementMatcher<T>( comparator );
3700 }
3701
3702 template<typename T>
3703 Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected