MCPcopy Create free account
hub / github.com/FastLED/FastLED / operator[]

Method operator[]

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

Source from the content-addressed store, hash-verified

67 };
68
69 Proxy operator[](fl::u32 pos) FL_NOEXCEPT { return Proxy(*this, pos); }
70
71 /// Constructs a bitset_fixed with all bits reset.
72 constexpr bitset_fixed() FL_NOEXCEPT : _blocks{} {}

Callers

nothing calls this directly

Calls 1

ProxyClass · 0.70

Tested by

no test coverage detected