Loading [MathJax]/extensions/tex2jax.js
WPILibC++ 2025.3.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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: