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])
inlineconstexpr

Definition at line 245 of file not_null.h.

246 {
247 return mPtr[index];
248 }