MySQL 8.3.0
Source Code Documentation
Btree_multi::Btree_load_compare Struct Reference

Function object to compare two Btree_load objects. More...

#include <btr0mtib.h>

Public Member Functions

 Btree_load_compare (dict_index_t *index)
 
bool operator() (const Btree_load *l_btree, const Btree_load *r_btree)
 

Public Attributes

dict_index_tm_index
 

Detailed Description

Function object to compare two Btree_load objects.

Constructor & Destructor Documentation

◆ Btree_load_compare()

Btree_multi::Btree_load_compare::Btree_load_compare ( dict_index_t index)
inline

Member Function Documentation

◆ operator()()

bool Btree_multi::Btree_load_compare::operator() ( const Btree_load l_btree,
const Btree_load r_btree 
)

Member Data Documentation

◆ m_index

dict_index_t* Btree_multi::Btree_load_compare::m_index

The documentation for this struct was generated from the following files: