STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
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
()
_NOEXCEPT
virtual const char *
__CLR_OR_THIS_CALL
what
() const throw ()
Constructor & Destructor Documentation
bad_weak_ptr::bad_weak_ptr
(
)
inline
37
{
// default construct
38
}
Member Function Documentation
virtual const char*
__CLR_OR_THIS_CALL
bad_weak_ptr::what
(
)
const
throw
(
)
inline
virtual
41
{
// return pointer to message string
42
return
(
"bad_weak_ptr"
);
43
}
The documentation for this class was generated from the following file:
VS2015/inc/
memory
Generated on Mon Jul 24 2017 18:16:23 for STLdoc by
1.8.8