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

Function Contains

lib/catch2/catch.hpp:3739–3741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3737
3738 template<typename T, typename AllocComp = std::allocator<T>, typename AllocMatch = AllocComp>
3739 Vector::ContainsMatcher<T, AllocComp, AllocMatch> Contains( std::vector<T, AllocComp> const& comparator ) {
3740 return Vector::ContainsMatcher<T, AllocComp, AllocMatch>( comparator );
3741 }
3742
3743 template<typename T, typename Alloc = std::allocator<T>>
3744 Vector::ContainsElementMatcher<T, Alloc> VectorContains( T const& comparator ) {

Callers 3

test_Extendible.ccFile · 0.50
MatchMethod · 0.50
MatchMethod · 0.50

Calls 2

ContainsMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected