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
(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
)
inline
explicit
38
{
// construct with ignored message
39
}
Member Function Documentation
virtual const char*
__CLR_OR_THIS_CALL
bad_weak_ptr::what
(
)
const
throw
(
)
inline
virtual
42
{
// return pointer to message string
43
return
(
"bad_weak_ptr"
);
44
}
The documentation for this class was generated from the following file:
VS2013/inc/
memory
Generated on Sun Jul 23 2017 10:02:11 for STLdoc by
1.8.8