Quick Links:

bal | bbl | bdl | bsl

Component bslstl_badfunctioncall
[Package bslstl]

Provide an exception class thrown by bsl::function. More...

Outline
Purpose:
Provide an exception class thrown by bsl::function.
Classes:
bsl::bad_function_call exception type thrown by bsl::function
See also:
Component bslstl_function, bslstl_stdexceptionutil
Description:
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.