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

◆ ptr() [1/2]

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

Definition at line 22 of file optional.h.

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

References mValue, and ptr().

Referenced by operator==(), operator==(), operator==(), ptr(), ptr(), and fl::HashMap< Key, T, Hash, KeyEqual >::rehash_inline_no_resize().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: