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

◆ operator+()

FASTLED_FORCE_INLINE u16x16 fl::u16x16::operator+ ( u16x16 b) const
inlineconstexpr

Definition at line 88 of file u16x16.h.

88 {
89 return from_raw(mValue + b.mValue);
90 }
u32 mValue
Definition u16x16.h:201
static constexpr FASTLED_FORCE_INLINE u16x16 from_raw(u32 raw) FL_NOEXCEPT
Definition u16x16.h:53

References u16x16(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, from_raw(), and mValue.

+ Here is the call graph for this function: