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

◆ operator*()

T & fl::unique_ptr< T, Deleter >::operator* ( ) const
inline

Definition at line 100 of file unique_ptr.h.

100{ return *ptr_; }