#include <zorba/internal/unique_ptr.h>
List of all members.
Detailed Description
template<typename T>
struct std::default_delete< T >
Definition at line 151 of file unique_ptr.h.
Constructor & Destructor Documentation
template<typename T>
template<typename U >
Copy constructor.
- Template Parameters:
-
U | The type of the deleter to copy-construct from such that U* is convertible to T* . |
Definition at line 161 of file unique_ptr.h.
Member Function Documentation
Deletes the pointed-to object using delete
.
- Parameters:
-
p | A pointer to the object to delete. |
Definition at line 171 of file unique_ptr.h.
The documentation for this struct was generated from the following file: