Jpp
17.1.1
the software that should make you happy
|
Auxiliary class for comparing clients. More...
#include <JClientList.hh>
Public Member Functions | |
bool | operator() (const JClient &first, const JClient &second) const |
Less than operator. More... | |
bool | operator() (const JClient &client, const std::string &full_name) const |
Less than operator. More... | |
Auxiliary class for comparing clients.
Definition at line 29 of file JClientList.hh.
|
inline |
Less than operator.
The full names of the clients are used for the comparison.
first | first client |
second | second client |
Definition at line 39 of file JClientList.hh.
|
inline |
Less than operator.
The full names of the client is used for the comparison.
client | client |
full_name | full name |
Definition at line 53 of file JClientList.hh.