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

Public Member Functions

 bad_weak_ptr (const char *=0) _NOEXCEPT
 
virtual const char *__CLR_OR_THIS_CALL what () const throw ()
 

Constructor & Destructor Documentation

bad_weak_ptr::bad_weak_ptr ( const char *  = 0)
inlineexplicit
38  { // construct with ignored message
39  }

Member Function Documentation

virtual const char* __CLR_OR_THIS_CALL bad_weak_ptr::what ( ) const
throw (
)
inlinevirtual
42  { // return pointer to message string
43  return ("bad_weak_ptr");
44  }

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