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

Method size

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

Size of the bitset_fixed (number of bits).

Source from the content-addressed store, hash-verified

228
229 /// Size of the bitset_fixed (number of bits).
230 constexpr fl::u32 size() const FL_NOEXCEPT { return N; }
231
232 /// Finds the first bit that matches the test value.
233 /// Returns the index of the first matching bit, or -1 if none found.

Callers 8

resizeMethod · 0.45
bitset_inlinedClass · 0.45
sizeMethod · 0.45
operator&Method · 0.45
operator|Method · 0.45
operator^Method · 0.45
operator==Method · 0.45
operator<Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected