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

◆ PromiseResult() [1/4]

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

Construct a successful PromiseResult.

Parameters
valueThe success value

Definition at line 44 of file promise_result.h.

44: mResult(value) {}
const T & value() const
Get the success value (const)
fl::variant< T, Error > mResult

References mResult, and value().

+ Here is the call graph for this function: