Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
518
inline 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
equals
Method · 0.45
Tested by
no test coverage detected