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

◆ expected() [1/6]

template<typename E>
fl::expected< void, E >::expected ( )
inline

Default constructor (creates error state)

Definition at line 177 of file expected.h.

177: mData(ErrorInfo<E>(E{}, nullptr)) {}
fl::variant< VoidSuccess, ErrorInfo< E > > mData
Definition expected.h:216
expected type for operations that can fail (C++23-style)
Definition expected.h:79

References FL_NOEXCEPT, and mData.

Referenced by expected(), expected(), failure(), operator=(), operator=(), and success().

+ Here is the caller graph for this function: