WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::memory::detail::reference_storage_impl< RawAllocator, reference_stateful > Class Template Reference

#include <wpi/memory/allocator_storage.hpp>

Protected Member Functions

 reference_storage_impl () noexcept
 
 reference_storage_impl (RawAllocator &allocator) noexcept
 
bool is_valid () const noexcept
 
RawAllocator & get_allocator () const noexcept
 

Constructor & Destructor Documentation

◆ reference_storage_impl() [1/2]

template<class RawAllocator >
wpi::memory::detail::reference_storage_impl< RawAllocator, reference_stateful >::reference_storage_impl ( )
inlineprotectednoexcept

◆ reference_storage_impl() [2/2]

template<class RawAllocator >
wpi::memory::detail::reference_storage_impl< RawAllocator, reference_stateful >::reference_storage_impl ( RawAllocator & allocator)
inlineprotectednoexcept

Member Function Documentation

◆ get_allocator()

template<class RawAllocator >
RawAllocator & wpi::memory::detail::reference_storage_impl< RawAllocator, reference_stateful >::get_allocator ( ) const
inlineprotectednoexcept

◆ is_valid()

template<class RawAllocator >
bool wpi::memory::detail::reference_storage_impl< RawAllocator, reference_stateful >::is_valid ( ) const
inlineprotectednoexcept

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