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

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

References ptr().

+ Here is the call graph for this function: