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

◆ BitsetInlined() [2/4]

template<uint32_t N = 256>
fl::BitsetInlined< N >::BitsetInlined ( size_t size)
inline

Definition at line 251 of file bitset.h.

252 if (size > N) {
254 }
255 }
BitsetFixed< N > fixed_bitset
Definition bitset.h:228
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