![]() |
Home | Libraries | People | FAQ | More |
Returns whether the object holds a valid result.
bool has_value() const noexcept;
Having this->has_value()
is a precondition to call all data accessors. Objects populated by connection::execute
and connection::async_execute
are guaranteed to
have this->has_value()
== true
.
No-throw guarantee.
Constant.