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

◆ value() [1/2]

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

Definition at line 102 of file expected.h.

102{ 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