TrinityCore
|
#include <memory>
Go to the source code of this file.
Classes | |
struct | Trinity::Impl::unique_ptr_deleter< T, Del > |
Namespaces | |
namespace | Trinity |
namespace | Trinity::Impl |
Functions | |
template<typename T , typename Del > | |
auto | Trinity::make_unique_ptr_with_deleter (T *ptr, Del &&deleter) |