WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
wpi::memory::unique_ptr< T, RawAllocator > Class Template Reference

A std::unique_ptr that deletes using a RawAllocator. More...

#include <wpi/memory/smart_ptr.hpp>

Inheritance diagram for wpi::memory::unique_ptr< T, RawAllocator >:

Detailed Description

template<typename T, class RawAllocator>
class wpi::memory::unique_ptr< T, RawAllocator >

A std::unique_ptr that deletes using a RawAllocator.

It is an alias template using allocator_deleter as Deleter class.


The documentation for this class was generated from the following file: