MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / Contains

Function Contains

tests/catch.hpp:3324–3326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3322
3323 template<typename T>
3324 Vector::ContainsMatcher<T> Contains( std::vector<T> const& comparator ) {
3325 return Vector::ContainsMatcher<T>( comparator );
3326 }
3327
3328 template<typename T>
3329 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