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

◆ operator[]()

template<typename T>
T & fl::shared_ptr< T >::operator[] ( ptrdiff_t idx) const
inline

Definition at line 276 of file shared_ptr.h.

276{ return ptr_[idx]; }

References ptr_.