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

Detailed semantics
PrevUpHomeNext

space

bad_optional_access();

  • Effect: Constructs an object of class bad_optional_access.
  • Postconditions: what() returns an implementation-defined NTBS.

PrevUpHomeNext