BDE 4.14.0 Production release
|
Provide an exception class thrown by bsl::function
.
bsl::function
Canonical header: bsl_functional.h
This component provides a bsl::bad_function_call
exception class. This exception is thrown by bsl::function::operator()
when the function wrapper object has no target. If std::function
implementation is available, bsl::bad_function_call
is an alias to std::bad_function_call
.