bad_function_call Class
Reports a bad function call.
Syntax
class bad_function_call : public std::exception {};
Remarks
The class describes an exception thrown to indicate that a call to operator()
on a function Class
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Reports a bad function call.
class bad_function_call : public std::exception {};
The class describes an exception thrown to indicate that a call to operator()
on a function Class