MCPcopy Create free account
hub / github.com/cirquit/trdrop / VectorContains

Function VectorContains

ext/catch.hpp:3012–3014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3010
3011 template<typename T>
3012 Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) {
3013 return Vector::ContainsElementMatcher<T>( comparator );
3014 }
3015
3016 template<typename T>
3017 Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected