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

◆ operator[]()

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

Definition at line 316 of file bitset_dynamic.h.

316{ 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 FL_NOEXCEPT

References FL_NOEXCEPT, pos, and test().

+ Here is the call graph for this function: