MySQL 9.1.0
Source Code Documentation
|
Classes | |
class | Allocator |
Allocator using a Memory_resource to do the allocator. More... | |
class | Memory_resource |
Polymorphism-free memory resource class with custom allocator and deallocator functions. More... | |
Functions | |
template<class T > | |
bool | operator== (const Allocator< T > &a1, const Allocator< T > &a2) |
Compare two Allocator objects for equality. More... | |
template<class T > | |
bool | operator!= (const Allocator< T > &a1, const Allocator< T > &a2) |
Compare two Allocator objects for inequality. More... | |
bool mysql::allocators::operator!= | ( | const Allocator< T > & | a1, |
const Allocator< T > & | a2 | ||
) |
Compare two Allocator objects for inequality.