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

◆ ok() [1/2]

bool fl::expected< void, E >::ok ( ) const
inline

Check if operation succeeded.

Definition at line 82 of file expected.h.

82{ return mData.template is<T>(); }
fl::variant< VoidSuccess, ErrorInfo< E > > mData
Definition expected.h:216
expected type for operations that can fail (C++23-style)
Definition expected.h:79