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

◆ has()

template<typename PixelControllerT>
static bool fl::PixelControllerVtable< PixelControllerT >::has ( void * pixel_controller,
int n )
inlinestatic

Definition at line 82 of file pixel_iterator.h.

82 {
84 return pc->has(n);
85 }
static bool has(void *pixel_controller, int n) FL_NOEXCEPT

References FL_NOEXCEPT.