Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ operator==
Function
operator==
include/math.hpp:515–517 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
513
return a = a.div(b);
514
}
515
inline bool operator==(const Vec& a, const Vec& b) {
516
return a.equals(b);
517
}
518
inline bool operator!=(const Vec& a, const Vec& b) {
519
return !a.equals(b);
520
}
Callers
nothing calls this directly
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected