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

Method any

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

Queries.

Source from the content-addressed store, hash-verified

174
175 /// Queries.
176 bool any() const FL_NOEXCEPT { return count() > 0; }
177 bool none() const FL_NOEXCEPT { return count() == 0; }
178 bool all() const FL_NOEXCEPT {
179 if (N == 0)

Callers

nothing calls this directly

Calls 1

countFunction · 0.85

Tested by

no test coverage detected