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

◆ operator=() [1/2]

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

Definition at line 265 of file bitset.h.

265 {
266 if (this != &other) {
268 }
269 return *this;
270 }
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
constexpr remove_reference< T >::type && move(T &&t) noexcept