FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator[]()

bool fl::bitset_dynamic::operator[] ( fl::u32 pos) const
inlinenoexcept

Definition at line 309 of file bitset_dynamic.h.

309{ return test(pos); }
uint8_t pos
Definition Blur.ino:11
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_NULL_DEREFERENCE bool test(fl::u32 pos) const noexcept

References pos, and test().

+ Here is the call graph for this function: