MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Classes | |
class | Mem_root_allocator< T > |
Mem_root_allocator is a C++ STL memory allocator based on MEM_ROOT. More... | |
struct | Mem_root_allocator< T >::rebind< U > |
Functions | |
template<class T > | |
bool | operator== (const Mem_root_allocator< T > &a1, const Mem_root_allocator< T > &a2) |
template<class T > | |
bool | operator!= (const Mem_root_allocator< T > &a1, const Mem_root_allocator< T > &a2) |
bool operator!= | ( | const Mem_root_allocator< T > & | a1, |
const Mem_root_allocator< T > & | a2 | ||
) |
bool operator== | ( | const Mem_root_allocator< T > & | a1, |
const Mem_root_allocator< T > & | a2 | ||
) |