This class provides an exception type thrown when a weak_ptr object is locked after the managed object has been destroyed. This class conforms to the C++11 standard specification of std::bad_weak_ptr.
Synopsis
Declared in <bslstl_badweakptr.h>
class BadWeakPtr
: public std::exception
Base Classes
Name |
Description |
|
Base class for all library exceptions. |
Member Functions
Name |
Description |
|
Create a |
|
Destroy this object. |
|
Return a pointer to the string literal "bad_weak_ptr", with a storage duration of the lifetime of the program. Note that the caller should not attempt to free this memory. Note that the |
Created with MrDocs