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

Method operator!=

dnn/test/common/small_vector.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 bool operator!=(const Constructable& rhs) const {
139 return this->get_value() != rhs.get_value();
140 }
141};
142
143int Constructable::num_constructor_calls;

Callers

nothing calls this directly

Calls 1

get_valueMethod · 0.95

Tested by

no test coverage detected