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

Retrieves the contained diagnostics (lvalue reference accessor).

diagnostics
diag() const;
  » more...

Retrieves the contained diagnostics (rvalue reference accessor).

diagnostics
diag();
  » more...

PrevUpHomeNext