Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

stage_response::as_results
PrevUpHomeNext

Retrieves the contained results or throws an exception.

const results&
as_results() const&;
  » more...

results&&
as_results() &&;
  » more...

PrevUpHomeNext