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

Method operator!=

include/reactphysics3d/containers/Deque.h:446–449  ·  view source on GitHub ↗

Overloaded not equal operator

Source from the content-addressed store, hash-verified

444
445 /// Overloaded not equal operator
446 bool operator!=(const Deque<T>& deque) const {
447
448 return !((*this) == deque);
449 }
450
451 /// Overloaded assignment operator
452 Deque<T>& operator=(const Deque<T>& deque) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected