CaseInsensitiveCharLess struct
Case-insensitive character comparison functor.
Contents
- Reference
Public functions
- auto operator()(char lhs, char rhs) const -> bool
Function documentation
bool tk:: ctr:: CaseInsensitiveCharLess:: operator()(char lhs,
char rhs) const
| Parameters | |
|---|---|
| lhs in | Left character of the comparitor operand |
| rhs in | Right character of the comparitor operand |
| Returns | Boolean indicating the result of the comparison |
Function call operator