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

◆ operator|

template<uint32_t N>
BitsetFixed operator| ( BitsetFixed< N > lhs,
const BitsetFixed< N > & rhs )
friend

Definition at line 210 of file bitset.h.

211 {
212 return lhs |= rhs;
213 }
A simple fixed-size Bitset implementation similar to std::Bitset.
Definition bitset.h:21

References BitsetFixed().