MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / Contains

Function Contains

extlibs/catch/include/catch/catch.hpp:3641–3643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3639
3640 template<typename T>
3641 Vector::ContainsMatcher<T> Contains( std::vector<T> const& comparator ) {
3642 return Vector::ContainsMatcher<T>( comparator );
3643 }
3644
3645 template<typename T>
3646 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