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

Method operator!=

include/reactphysics3d/containers/Map.h:611–614  ·  view source on GitHub ↗

Overloaded not equal operator

Source from the content-addressed store, hash-verified

609
610 /// Overloaded not equal operator
611 bool operator!=(const Map<K,V>& map) const {
612
613 return !((*this) == map);
614 }
615
616 /// Overloaded assignment operator
617 Map<K,V>& operator=(const Map<K, V>& map) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected