MCPcopy Create free account
hub / github.com/VCVRack/Rack / maxi

Function maxi

include/rack0.hpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 return std::min(a, b);
50}
51DEPRECATED inline int maxi(int a, int b) {
52 return std::max(a, b);
53}
54DEPRECATED inline int clampi(int x, int min, int max) {
55 return math::clamp(x, min, max);
56}

Callers

nothing calls this directly

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected