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

◆ max()

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

Definition at line 150 of file u12x4.h.

150 {
151 return a > b ? a : b;
152 }

References u12x4(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: