WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
wpi::detail::AllocatorHolder< Alloc > Class Template Reference

#include <wpi/AllocatorBase.h>

Inheritance diagram for wpi::detail::AllocatorHolder< Alloc >:

Public Member Functions

 AllocatorHolder ()=default
 
 AllocatorHolder (const Alloc &A)
 
 AllocatorHolder (Alloc &&A)
 
Alloc & getAllocator ()
 
const Alloc & getAllocator () const
 

Constructor & Destructor Documentation

◆ AllocatorHolder() [1/3]

template<typename Alloc >
wpi::detail::AllocatorHolder< Alloc >::AllocatorHolder ( )
default

◆ AllocatorHolder() [2/3]

template<typename Alloc >
wpi::detail::AllocatorHolder< Alloc >::AllocatorHolder ( const Alloc & A)
inline

◆ AllocatorHolder() [3/3]

template<typename Alloc >
wpi::detail::AllocatorHolder< Alloc >::AllocatorHolder ( Alloc && A)
inline

Member Function Documentation

◆ getAllocator() [1/2]

template<typename Alloc >
Alloc & wpi::detail::AllocatorHolder< Alloc >::getAllocator ( )
inline

◆ getAllocator() [2/2]

template<typename Alloc >
const Alloc & wpi::detail::AllocatorHolder< Alloc >::getAllocator ( ) const
inline

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