FastLED 3.9.15
Loading...
Searching...
No Matches

◆ max()

template<typename T, typename U>
common_type_t< T, U > fl::max ( T a,
U b )
inlineconstexpr

Definition at line 75 of file math.h.

75 {
76 return (a > b) ? a : b;
77}

Referenced by FL_DISABLE_WARNING(), loop(), and processWaveAutoTrigger().

+ Here is the caller graph for this function: