Skip to content

AmUniquePtr

template<class T, eMemoryPoolKind Pool = eMemoryPoolKind_Default> using AmUniquePtr = std::unique_ptr<T, am_delete<T, Pool>>

Unique pointer type.

Template parameter T
The type of the pointer to allocate.
Template parameter Pool
The memory pool to allocate the pointer from.