WPILibC++ 2025.1.1
|
A std::unique_ptr
that deletes using a RawAllocator and allows polymorphic types.
More...
#include <wpi/memory/smart_ptr.hpp>
A std::unique_ptr
that deletes using a RawAllocator and allows polymorphic types.
It can only be created by converting a regular unique pointer to a pointer to a derived class, and is meant to be used inside containers. It is an alias template using allocator_polymorphic_deleter as Deleter
class.