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::diag
PrevUpHomeNext

Retrieves the contained diagnostics (lvalue reference accessor).

diagnostics
diag() const&;
  » more...

Retrieves the contained diagnostics (rvalue reference accessor).

diagnostics
diag() && noexcept;
  » more...

PrevUpHomeNext