BDE 4.14.0 Production release
|
Provide an exception class thrown by bsl::optional
.
bsl::optional
Canonical header: bsl_optional.h
This component provides a bsl::bad_optional_access
exception class. This exception is thrown by bsl::optional::value
when accessing a bsl::optional
object that does not contain a value. If std::optional
implementation is available, bsl::bad_optional_access
is an alias to std::bad_optional_access
.