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

Function VectorContains

tests/catch.hpp:3329–3331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3327
3328 template<typename T>
3329 Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) {
3330 return Vector::ContainsElementMatcher<T>( comparator );
3331 }
3332
3333 template<typename T>
3334 Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected