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

◆ operator*() [1/2]

template<typename T>
T & fl::Optional< T >::operator* ( )
inline

Definition at line 89 of file optional.h.

89{ return *ptr(); }
T * ptr()
Definition optional.h:31

References ptr().

+ Here is the call graph for this function: