Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ bitset_dynamic
Method
bitset_dynamic
src/fl/stl/bitset_dynamic.h:36–36 ·
view source on GitHub ↗
Default constructor
Source
from the content-addressed store, hash-verified
34
public:
35
// Default constructor
36
bitset_dynamic() = default;
37
38
// Constructor with initial size
39
explicit bitset_dynamic(fl::u32 size) FL_NOEXCEPT { resize(size); }
Callers
nothing calls this directly
Calls
3
resize
Function · 0.70
memcpy
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected