MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / VectorContains

Function VectorContains

unittests/catch.hpp:2670–2672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2668
2669 template<typename T>
2670 Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) {
2671 return Vector::ContainsElementMatcher<T>( comparator );
2672 }
2673
2674 template<typename T>
2675 Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected