bad_function_call Class

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at bad_function_call Class.

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

Show: