FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator[]()

template<typename T, typename Deleter = ArrayDeleter<T>>
T & fl::scoped_array< T, Deleter >::operator[] ( size_t i) const
inline

Definition at line 121 of file scoped_ptr.h.

121{ return arr_[i]; }

References arr_.