|
HDK
|
#include <zeroAllocator.h>
Inheritance diagram for WorkZeroAllocator< T >:Classes | |
| struct | rebind |
Public Types | |
| using | value_type = T |
| using | propagate_on_container_move_assignment = std::true_type |
| using | is_always_equal = std::true_type |
Public Member Functions | |
| WorkZeroAllocator ()=default | |
| template<typename U > | |
| WorkZeroAllocator (const WorkZeroAllocator< U > &) noexcept | |
| T * | allocate (std::size_t n) |
An allocator that provides zero-initialized memory.
Definition at line 26 of file zeroAllocator.h.
| using WorkZeroAllocator< T >::is_always_equal = std::true_type |
Definition at line 29 of file zeroAllocator.h.
| using WorkZeroAllocator< T >::propagate_on_container_move_assignment = std::true_type |
Definition at line 28 of file zeroAllocator.h.
| using WorkZeroAllocator< T >::value_type = T |
Definition at line 27 of file zeroAllocator.h.
|
default |
|
inlinenoexcept |
Definition at line 38 of file zeroAllocator.h.
|
inline |
Definition at line 40 of file zeroAllocator.h.