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

Method all

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

Source from the content-addressed store, hash-verified

586 }
587
588 bool all() const FL_NOEXCEPT {
589 if (_storage.template is<fixed_bitset>()) {
590 return _storage.template ptr<fixed_bitset>()->all();
591 } else {
592 return _storage.template ptr<bitset_dynamic>()->all();
593 }
594 }
595
596 /// Size of the Bitset (number of bits).
597 fl::u32 size() const FL_NOEXCEPT {

Callers

nothing calls this directly

Calls 1

allMethod · 0.45

Tested by

no test coverage detected