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

◆ min()

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

Definition at line 146 of file u12x4.h.

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

References u12x4(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: