Get the success value (mutable)
- Returns
- Reference to the success value
- Warning
- Returns static empty object if called on an error result
- Note
- Use ok() to check before calling for proper error handling
Definition at line 89 of file promise_result.h.
89 {
91
94 }
96 }
bool ok() const
Check if the result is successful.
fl::Variant< T, Error > mResult
Result type for promise operations.
pair_element< I, T1, T2 >::type & get(pair< T1, T2 > &p) noexcept
References fl::get(), mResult, and ok().