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

Function operator!=

include/math.hpp:518–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516 return a.equals(b);
517}
518inline bool operator!=(const Vec& a, const Vec& b) {
519 return !a.equals(b);
520}
521
522
523// Operator overloads for Rect

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected