MySQL 8.3.0
Source Code Documentation
dict_foreign_compare Struct Reference

Compare two dict_foreign_t objects using their ids. More...

#include <dict0mem.h>

Public Member Functions

bool operator() (const dict_foreign_t *lhs, const dict_foreign_t *rhs) const
 

Detailed Description

Compare two dict_foreign_t objects using their ids.

Used in the ordering of dict_table_t::foreign_set and dict_table_t::referenced_set. It returns true if the first argument is considered to go before the second in the strict weak ordering it defines, and false otherwise.

Member Function Documentation

◆ operator()()

bool dict_foreign_compare::operator() ( const dict_foreign_t lhs,
const dict_foreign_t rhs 
) const
inline

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