MCPcopy 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}
515inline bool operator==(const Vec& a, const Vec& b) {
516 return a.equals(b);
517}
518inline bool operator!=(const Vec& a, const Vec& b) {
519 return !a.equals(b);
520}

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected