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

◆ value() [2/2]

void & fl::expected< void, E >::value ( )
inline

Get value (only valid if ok() == true)

Warning
Undefined behavior if called when !ok()

Definition at line 101 of file expected.h.

101{ return mData.template get<T>(); }
fl::variant< VoidSuccess, ErrorInfo< E > > mData
Definition expected.h:216
pair_element< I, T1, T2 >::type & get(pair< T1, T2 > &p) FL_NOEXCEPT
Definition pair.h:115