Get the success value (const)
- 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 76 of file promise_result.h.
76 {
78
81 }
83 }
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().
Referenced by result(), result(), test_await_approach(), and test_json_await().