MCPcopy Create free account
hub / github.com/FastLED/FastLED / bitset_inlined

Method bitset_inlined

src/fl/stl/bitset.h:396–396  ·  view source on GitHub ↗

Constructs a Bitset with all bits reset.

Source from the content-addressed store, hash-verified

394
395 /// Constructs a Bitset with all bits reset.
396 bitset_inlined() FL_NOEXCEPT : _storage(fixed_bitset()) {}
397 bitset_inlined(fl::size size) FL_NOEXCEPT : _storage(fixed_bitset()) {
398 if (size > N) {
399 _storage = bitset_dynamic(size);

Callers

nothing calls this directly

Calls 1

bitset_dynamicClass · 0.70

Tested by

no test coverage detected