MySQL 9.0.0
Source Code Documentation
temptable::Indexed_cells_equal_to Class Reference

Indexed cells comparator (a == b). More...

#include <indexed_cells.h>

Public Member Functions

 Indexed_cells_equal_to (const Index &index)
 
bool operator() (const Indexed_cells &lhs, const Indexed_cells &rhs) const
 

Private Attributes

const Indexm_index
 

Detailed Description

Indexed cells comparator (a == b).

Constructor & Destructor Documentation

◆ Indexed_cells_equal_to()

temptable::Indexed_cells_equal_to::Indexed_cells_equal_to ( const Index index)
inlineexplicit

Member Function Documentation

◆ operator()()

bool temptable::Indexed_cells_equal_to::operator() ( const Indexed_cells lhs,
const Indexed_cells rhs 
) const
inline

Member Data Documentation

◆ m_index

const Index& temptable::Indexed_cells_equal_to::m_index
private

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