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
error_with_diagnostics::get_diagnostics

Retrieves the server diagnostics embedded in this object.

Synopsis
const diagnostics&
get_diagnostics() const;
Exception safety

No-throw guarantee.

Object lifetimes

The returned reference is valid as long as *this is alive.


PrevUpHomeNext