|
Bond 0.9
C++ Bond Runtime Library API Documentation
|
An owning memory handle that derives from unique_ptr that deallocates memory using an AlignedDeallocator rather than std::default_delete when it goes out of scope. More...
#include <bond/systems/allocator.h>
Public Member Functions | |
| AlignedHandle (Allocator *allocator=nullptr, T *ptr=nullptr) | |
| AlignedHandle (Allocator &allocator, T *ptr=nullptr) | |
| AlignedHandle (AlignedHandle &&other) | |
| AlignedHandle & | operator= (AlignedHandle &&other) |
| template<typename U> | |
| operator AlignedHandle< U > () && | |
An owning memory handle that derives from unique_ptr that deallocates memory using an AlignedDeallocator rather than std::default_delete when it goes out of scope.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |