Typedef Azura::Memory::UniquePtr

Typedef Documentation

using Azura::Memory::UniquePtr = typedef std::unique_ptr<T, std::function<void(T*)> >