FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator[]()
[2/2]
template<typename T>
const T &
fl::Slice
< T >::operator[]
(
fl::size
index
)
const
inline
Definition at line
127
of file
slice.h
.
127
{
128
// No bounds checking in embedded environment
129
return
mData
[
index
];
130
}
fl::Slice::mData
T * mData
Definition
slice.h:194
fl::Slice
Definition
slice.h:23
References
mData
.
fl
Slice
Generated on Fri Aug 22 2025 20:59:37 for FastLED by
1.13.2