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

◆ result() [1/4]

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

Construct a successful result.

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: