WPILibC++ 2024.3.2
wpi::detail::AllocatorHolder< Alloc > Class Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/llvm/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: