MCPcopy Create free account
hub / github.com/RenderKit/embree / Contains

Function Contains

tutorials/external/catch.hpp:3337–3339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3335
3336 template<typename T>
3337 Vector::ContainsMatcher<T> Contains( std::vector<T> const& comparator ) {
3338 return Vector::ContainsMatcher<T>( comparator );
3339 }
3340
3341 template<typename T>
3342 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