FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator[]()
[2/2]
template<typename T>
const T &
fl::Slice
< T >::operator[]
(
size_t
index
)
const
inline
Definition at line
77
of file
slice.h
.
77
{
78
// No bounds checking in embedded environment
79
return
mData
[
index
];
80
}
fl::Slice::mData
T * mData
Definition
slice.h:144
fl::Slice
Definition
slice.h:22
References
mData
.
fl
Slice
Generated on Thu Jun 5 2025 04:29:40 for FastLED by
1.13.2