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

◆ operator*() [1/2]

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

Definition at line 97 of file optional.h.

97{ return *ptr(); }
T * ptr()
Definition optional.h:34

References ptr().

+ Here is the call graph for this function: