MySQL 8.4.0
Source Code Documentation
mysql::binlog::event::resource Namespace Reference

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...
 

Function Documentation

◆ operator!=()

template<class T >
bool mysql::binlog::event::resource::operator!= ( const Allocator< T > &  a1,
const Allocator< T > &  a2 
)

Compare two Allocator objects for inequality.

◆ operator==()

template<class T >
bool mysql::binlog::event::resource::operator== ( const Allocator< T > &  a1,
const Allocator< T > &  a2 
)

Compare two Allocator objects for equality.