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

◆ min()

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

Definition at line 142 of file u16x16.h.

142 {
143 return a < b ? a : b;
144 }

References u16x16(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: