A std::unique_ptr that deletes using a RawAllocator. More...
std::unique_ptr
#include <wpi/memory/smart_ptr.hpp>
A std::unique_ptr that deletes using a RawAllocator.
It is an alias template using allocator_deleter as Deleter class.
Deleter