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

◆ result() [2/4]

template<typename T>
fl::result< T >::result ( T && value)
inline

Construct a successful result (move)

Parameters
valueThe success value (moved)

Definition at line 48 of file promise_result.h.

const T & value() const
Get the success value (const)
fl::Variant< T, Error > mResult
Result type for promise operations.

References fl::move(), mResult, and value().

+ Here is the call graph for this function: