MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / operator==

Method operator==

dnn/test/common/small_vector.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 static int get_num_copy_assignment_calls() { return num_copy_assignment_calls; }
133
134 bool operator==(const Constructable& rhs) const {
135 return this->get_value() == rhs.get_value();
136 }
137
138 bool operator!=(const Constructable& rhs) const {
139 return this->get_value() != rhs.get_value();

Callers

nothing calls this directly

Calls 1

get_valueMethod · 0.95

Tested by

no test coverage detected