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

◆ operator=() [2/2]

template<uint32_t N = 256>
BitsetInlined & fl::BitsetInlined< N >::operator= ( const BitsetInlined< N > & other)
inline

Definition at line 259 of file bitset.h.

259 {
260 if (this != &other) {
262 }
263 return *this;
264 }
Variant< fixed_bitset, bitset_dynamic > _storage
Definition bitset.h:229
A Bitset implementation with inline storage that can grow if needed.
Definition bitset.h:225