MCPcopy Create free account
hub / github.com/DISTRHO/DPF / d_max

Function d_max

distrho/src/DistrhoPluginAU.cpp:214–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212
213template<typename T>
214static inline constexpr T d_max(const T a, const T b) { return a > b ? a : b; }
215
216// --------------------------------------------------------------------------------------------------------------------
217

Callers 1

reallocAudioBufferListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected