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

◆ operator*()

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

Definition at line 273 of file shared_ptr.h.

273{ return *ptr_; }

References ptr_.