FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator[]()
template<typename T>
template<typename U = T>
auto
fl::not_null
< T >::operator[]
(
fl::size_t
index
)
const -> decltype(
fl::declval
<U>()[index])
inline
constexpr
Definition at line
245
of file
not_null.h
.
246
{
247
return
mPtr
[
index
];
248
}
fl::not_null::mPtr
T mPtr
Definition
not_null.h:152
fl::not_null
Definition
not_null.h:150
fl
not_null
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2