MCPcopy Create free account
hub / github.com/apache/thrift / Contains

Function Contains

compiler/cpp/tests/catch/catch.hpp:3076–3078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3074
3075 template<typename T>
3076 Vector::ContainsMatcher<T> Contains( std::vector<T> const& comparator ) {
3077 return Vector::ContainsMatcher<T>( comparator );
3078 }
3079
3080 template<typename T>
3081 Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) {

Callers

nothing calls this directly

Calls 2

ContainsMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected