MySQL 9.0.0
Source Code Documentation
PFS_data_container_allocator< T > Class Template Reference

#include <pfs_data_lock.h>

Inheritance diagram for PFS_data_container_allocator< T >:
[legend]

Public Member Functions

 PFS_data_container_allocator ()
 
 PFS_data_container_allocator (const PFS_data_container_allocator &other)
 
template<class U >
constexpr PFS_data_container_allocator (const PFS_data_container_allocator< U > &u) noexcept
 
- Public Member Functions inherited from PFS_std_allocator< T >
 PFS_std_allocator (PFS_builtin_memory_class *klass)
 
template<class U >
constexpr PFS_std_allocator (const PFS_std_allocator< U > &u) noexcept
 
T * allocate (std::size_t n)
 
void deallocate (T *p, std::size_t n) noexcept
 
PFS_builtin_memory_classget_class () const
 

Additional Inherited Members

- Public Types inherited from PFS_std_allocator< T >
typedef T value_type
 

Constructor & Destructor Documentation

◆ PFS_data_container_allocator() [1/3]

template<class T >
PFS_data_container_allocator< T >::PFS_data_container_allocator ( )
inline

◆ PFS_data_container_allocator() [2/3]

template<class T >
PFS_data_container_allocator< T >::PFS_data_container_allocator ( const PFS_data_container_allocator< T > &  other)
inline

◆ PFS_data_container_allocator() [3/3]

template<class T >
template<class U >
constexpr PFS_data_container_allocator< T >::PFS_data_container_allocator ( const PFS_data_container_allocator< U > &  u)
inlineexplicitconstexprnoexcept

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