Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
stage_response::get_results (2 of 2 overloads)

Retrieves the contained results (unchecked accessor).

Synopsis
results&&
get_results() && noexcept;
Description

If *this contains a results object, retrieves a reference to it. Otherwise, the behavior is undefined.

Preconditions

this->has_results() == true

Exception safety

No-throw guarantee.

Object lifetimes

The returned reference is valid as long as *this is alive and hasn't been assigned to.


PrevUpHomeNext