MySQL 8.4.0
Source Code Documentation
mem_root_allocator.h File Reference
#include <assert.h>
#include <limits>
#include <new>
#include <utility>
#include "my_alloc.h"

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)
 

Function Documentation

◆ operator!=()

template<class T >
bool operator!= ( const Mem_root_allocator< T > &  a1,
const Mem_root_allocator< T > &  a2 
)

◆ operator==()

template<class T >
bool operator== ( const Mem_root_allocator< T > &  a1,
const Mem_root_allocator< T > &  a2 
)