WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::util::detail::AllocatorHolder< Alloc > Class Template Reference

#include <wpi/util/AllocatorBase.hpp>

Inheritance diagram for wpi::util::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::util::detail::AllocatorHolder< Alloc >::AllocatorHolder ( )
default

◆ AllocatorHolder() [2/3]

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

◆ AllocatorHolder() [3/3]

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

Member Function Documentation

◆ getAllocator() [1/2]

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

◆ getAllocator() [2/2]

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

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