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

23{ return mValue.template ptr<T>(); }
fl::Variant< T, Empty > mValue
Definition optional.h:82
T * ptr()
Definition optional.h:22

References mValue, and ptr().

+ Here is the call graph for this function: