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

Function Equals

unittests/catch.hpp:2675–2677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2673
2674 template<typename T>
2675 Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) {
2676 return Vector::EqualsMatcher<T>( comparator );
2677 }
2678
2679 template<typename T>
2680 Vector::UnorderedEqualsMatcher<T> UnorderedEquals(std::vector<T> const& target) {

Callers 1

handleExceptionMatchExprFunction · 0.70

Calls 2

EqualsMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected