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

Method none

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

Source from the content-addressed store, hash-verified

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)
180 return true;

Callers 2

noneMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls 1

countFunction · 0.85

Tested by

no test coverage detected