MCPcopy Create free account
hub / github.com/MITK/MITK / equal

Function equal

Modules/Core/test/mitkVectorPropertyTest.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24struct assertion_traits<std::vector<DATA>> // specialization for the std::string type
25{
26 static bool equal(const std::vector<DATA> &x, const std::vector<DATA> &y) { return x == y; }
27 static std::string toString(const std::vector<DATA> &values)
28 {
29 OStringStream ost;

Callers 4

CompareMethod · 0.85
prefixMethod · 0.85
IsEqualMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected