![]() | Home | Libraries | People | FAQ | More |
boost::bad_function_call — An exception type thrown when an instance of a function object is empty when invoked.
class bad_function_call : public std::runtime_error { public: // construct/copy/destruct bad_function_call(); };
bad_function_call();
Effects: Constructs a bad_function_call exception object.
Last revised: February 19, 2003 at 22:46:09 GMT | Copyright © 2001-2003 Douglas Gregor |