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

◆ operator*() [2/2]

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

Definition at line 98 of file optional.h.

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

References ptr().

+ Here is the call graph for this function: