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

◆ operator[]()

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

Definition at line 269 of file bitset_dynamic.h.

269{ return test(pos); }
uint8_t pos
Definition Blur.ino:11
bool test(uint32_t pos) const noexcept

References pos, and test().

+ Here is the call graph for this function: