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

◆ operator->() [1/2]

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

Definition at line 99 of file optional.h.

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

References ptr().

+ Here is the call graph for this function: