MySQL 9.0.0
Source Code Documentation
Char_Ptr_Compare Struct Reference

Compare two 'strings'. More...

Public Member Functions

bool operator() (const char *lhs, const char *rhs) const
 Compare two NUL terminated strings. More...
 

Detailed Description

Compare two 'strings'.

Member Function Documentation

◆ operator()()

bool Char_Ptr_Compare::operator() ( const char *  lhs,
const char *  rhs 
) const
inline

Compare two NUL terminated strings.

Parameters
[in]lhsLeft hand side
[in]rhsRight hand side
Returns
true if the contents match

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