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

◆ min()

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

Definition at line 133 of file u4x12.h.

133 {
134 return a < b ? a : b;
135 }

References u4x12(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: