STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
bad_function_call Class Reference
Inheritance diagram for bad_function_call:

Public Member Functions

 bad_function_call (const char *=0) _NOEXCEPT
 
virtual const char *__CLR_OR_THIS_CALL what () const _THROW0()
 

Constructor & Destructor Documentation

bad_function_call::bad_function_call ( const char *  = 0)
inlineexplicit
120  { // construct with ignored message
121  }

Member Function Documentation

virtual const char* __CLR_OR_THIS_CALL bad_function_call::what ( ) const
inlinevirtual
124  { // return pointer to message string
125  return ("bad function call");
126  }

The documentation for this class was generated from the following file: