![]() |
MySQL 9.2.0
Source Code Documentation
|
#include <connection_control_pfs_table.h>
Public Types | |
using | value_type = T |
Public Member Functions | |
CustomAllocator ()=default | |
template<typename U > | |
CustomAllocator (const CustomAllocator< U > &) | |
T * | allocate (std::size_t n) |
void | deallocate (T *ptr, std::size_t) |
Additional Inherited Members | |
![]() | |
static void * | operator new (size_t size) noexcept |
static void * | operator new[] (size_t size) noexcept |
static void | operator delete (void *ptr) |
static void | operator delete[] (void *ptr) |
using connection_control::CustomAllocator< T >::value_type = T |
|
default |
|
inlineexplicit |
|
inline |
|
inline |