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

◆ operator->()

template<typename T>
T * fl::shared_ptr< T >::operator-> ( ) const
inlinenoexcept

Definition at line 274 of file shared_ptr.h.

274{ return ptr_; }

References ptr_.