OpenASIP 2.2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TCEString::ICLess Struct Reference

#include <TCEString.hh>

Collaboration diagram for TCEString::ICLess:
Collaboration graph

Public Member Functions

bool operator() (const TCEString &lhs, const TCEString &rhs) const
 

Detailed Description

Definition at line 123 of file TCEString.hh.

Member Function Documentation

◆ operator()()

bool TCEString::ICLess::operator() ( const TCEString lhs,
const TCEString rhs 
) const

Implementation of lhs < rhs string comparison case insensitively.

Parameters
lhsThe left side string.
rhsThr rigth side string.
Returns
Boolean result from comparison.

Definition at line 310 of file TCEString.cc.

311 {
312 return lhs.lower() < rhs.lower();
313}
TCEString lower() const
Definition TCEString.cc:78

References TCEString::lower().

Here is the call graph for this function:

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