|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
MSTL分配器指针包装器 更多...
#include "MSTL/core/memory/allocator_traits.hpp"类 | |
| struct | allocated_ptr< Alloc > |
| 分配内存指针 更多... | |
函数 | |
| template<typename Alloc> | |
| allocated_ptr< Alloc > | allocate_guarded (Alloc &alloc) |
| 分配内存并创建allocated_ptr | |