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

◆ max()

static constexpr FASTLED_FORCE_INLINE u4x12 fl::u4x12::max ( u4x12 a,
u4x12 b )
inlinestaticconstexpr

Definition at line 137 of file u4x12.h.

137 {
138 return a > b ? a : b;
139 }

References u4x12(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: