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

◆ operator->() [1/2]

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

Definition at line 91 of file optional.h.

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

References ptr().

+ Here is the call graph for this function: