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

◆ variant()

template<typename T>
const fl::Variant< T, Error > & fl::result< T >::variant ( ) const
inline

Access the underlying variant (for advanced usage)

Returns
Reference to the internal variant

Definition at line 120 of file promise_result.h.

120 {
121 return mResult;
122 }
fl::Variant< T, Error > mResult

References mResult.