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