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

◆ operator|=()

ClearFlags & operator|= ( ClearFlags & a,
ClearFlags b )
inline

Enable bitwise OR assignment for ClearFlags.

Definition at line 599 of file FastLED.h.

599 {
600 a = a | b;
601 return a;
602}

Referenced by FL_DISABLE_WARNING().

+ Here is the caller graph for this function: