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

#include <wpi/memory/allocator_storage.hpp>

Protected Member Functions

 reference_storage_impl () noexcept=default
 
 reference_storage_impl (const RawAllocator &) 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_stateless >::reference_storage_impl ( )
protecteddefaultnoexcept

◆ reference_storage_impl() [2/2]

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

Member Function Documentation

◆ get_allocator()

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

◆ is_valid()

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

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