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

Function Contains

unittests/catch.hpp:2665–2667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2663
2664 template<typename T>
2665 Vector::ContainsMatcher<T> Contains( std::vector<T> const& comparator ) {
2666 return Vector::ContainsMatcher<T>( comparator );
2667 }
2668
2669 template<typename T>
2670 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