MySQL 8.3.0
Source Code Documentation
val_int_compare.h File Reference
#include <assert.h>
#include <functional>
#include "my_inttypes.h"

Go to the source code of this file.

Classes

class  Integer_value
 Holds value/unsigned_flag for the result of val_int(), so that we can compare with operator<(), operator==() and operator<=() More...
 

Functions

bool operator< (const Integer_value &lhs, const Integer_value &rhs)
 
bool operator== (const Integer_value &lhs, const Integer_value &rhs)
 
bool operator<= (const Integer_value &lhs, const Integer_value &rhs)
 

Function Documentation

◆ operator<()

bool operator< ( const Integer_value lhs,
const Integer_value rhs 
)
inline

◆ operator<=()

bool operator<= ( const Integer_value lhs,
const Integer_value rhs 
)
inline

◆ operator==()

bool operator== ( const Integer_value lhs,
const Integer_value rhs 
)
inline