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

◆ result() [3/4]

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

Construct an error result.

Parameters
errorThe error value

Definition at line 52 of file promise_result.h.

52: mResult(error) {}
const Error & error() const
Get the error value.
fl::Variant< T, Error > mResult

References error(), and mResult.

+ Here is the call graph for this function: