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

PrevUpHomeNext
stage_response::as_results

Retrieves the contained results or throws an exception.

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

Retrieves the contained results or throws an exception.

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

PrevUpHomeNext