BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslstl_badfunctioncall

Outline

Purpose

Provide an exception class thrown by bsl::function.

Classes

Canonical header: bsl_functional.h

See also
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.