FastLED 3.9.15
Loading...
Searching...
No Matches
bitset.h File Reference
#include "fl/bitset_dynamic.h"
#include "fl/type_traits.h"
#include "fl/variant.h"
#include <stdint.h>
+ Include dependency graph for bitset.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::BitsetFixed< N >
 A simple fixed-size Bitset implementation similar to std::Bitset. More...
 
struct  fl::BitsetFixed< N >::Proxy
 
class  fl::BitsetInlined< N >
 A Bitset implementation with inline storage that can grow if needed. More...
 
struct  fl::BitsetInlined< N >::Proxy
 

Namespaces

namespace  fl
 Implements a simple red square effect for 2D LED grids.
 

Typedefs

template<uint32_t N = 256>
using fl::bitset = BitsetInlined<N>
 
template<uint32_t N>
using fl::bitset_fixed = BitsetFixed<N>