![]() |
MySQL 9.3.0
Source Code Documentation
|
Adapter for SecureMemoryPool which can be used by the STL allocators. More...
#include <secure_allocator.h>
Classes | |
struct | rebind |
Public Types | |
using | value_type = T |
Public Member Functions | |
constexpr | SecureAllocator () noexcept=default |
constexpr | SecureAllocator (const SecureAllocator &) noexcept=default |
constexpr | SecureAllocator (SecureAllocator &&) noexcept=default |
constexpr SecureAllocator & | operator= (const SecureAllocator &) noexcept=default |
constexpr SecureAllocator & | operator= (SecureAllocator &&) noexcept=default |
template<typename U > | |
constexpr | SecureAllocator (const SecureAllocator< U > &) noexcept |
T * | allocate (std::size_t n) |
void | deallocate (T *p, std::size_t n) noexcept |
Adapter for SecureMemoryPool which can be used by the STL allocators.
using mysql_harness::SecureAllocator< T >::value_type = T |
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
|
inline |
|
inlinenoexcept |
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |