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 90 of file optional.h.

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

References ptr().

+ Here is the call graph for this function: