TrinityCore
Memory.h File Reference
#include <memory>
+ Include dependency graph for Memory.h:
+ This graph shows which files directly or indirectly include this file:

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)