MCPcopy 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

resizeFunction · 0.70
memcpyFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected