MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / operator==

Method operator==

UnitTest/UnitTest.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 bool operator==(Attributes rhs)
75 {
76 return get() == rhs.get();
77 }
78 };
79
80 template<typename T>

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected