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

◆ value()

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

Get value (only valid if resolved)

Definition at line 336 of file promise.h.

336 {
337 return mValue;
338 }

References FL_NOEXCEPT, and mValue.

Referenced by resolve(), and resolve().

+ Here is the caller graph for this function: