![]() |
Home | Libraries | People | FAQ | More |
Retrieves the contained results (unchecked accessor).
results
&&
get_results() && noexcept;
If *this
contains a results
object,
retrieves a reference to it. Otherwise, the behavior is undefined.
this->has_results()
== true
No-throw guarantee.
The returned reference is valid as long as *this
is alive and hasn't been assigned
to.