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

◆ max()

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

Definition at line 146 of file u16x16.h.

146 {
147 return a > b ? a : b;
148 }

References u16x16(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: