FastLED
3.9.15
Loading...
Searching...
No Matches
◆
has()
template<typename PixelControllerT>
static bool
fl::PixelControllerVtable
< PixelControllerT >::has
(
void *
pixel_controller
,
int
n
)
inline
static
Definition at line
82
of file
pixel_iterator.h
.
82
{
83
PixelControllerT
*
pc
=
static_cast<
PixelControllerT
*
>
(
pixel_controller
);
84
return
pc
->
has
(
n
);
85
}
fl::PixelControllerVtable::has
static bool has(void *pixel_controller, int n) FL_NOEXCEPT
Definition
pixel_iterator.h:82
fl::PixelControllerVtable
Definition
pixel_iterator.h:44
References
FL_NOEXCEPT
.
fl
PixelControllerVtable
Generated on Tue Jun 16 2026 00:07:06 for FastLED by
1.13.2