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

◆ value()

template<typename T>
const T & fl::detail::PromiseImpl< T >::value ( ) const
inline

Get value (only valid if resolved)

Definition at line 349 of file promise.h.

349 {
350 return mValue;
351 }

References mValue.

Referenced by resolve(), and resolve().

+ Here is the caller graph for this function: