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

◆ ptr() [2/2]

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

Definition at line 32 of file optional.h.

32{ return mValue.template ptr<T>(); }
fl::Variant< T, Empty > mValue
Definition optional.h:115
T * ptr()
Definition optional.h:31

References mValue, and ptr().

+ Here is the call graph for this function: