ace::CStringsLessComparator Struct Reference
Functor designed for less than comparison of C-strings.
More...
#include <strings.h>
List of all members.
|
Public Member Functions |
| bool | operator() (const char *lhs, const char *rhs) const throw () |
Detailed Description
Functor designed for less than comparison of C-strings.
Definition at line 45 of file strings.h.
Member Function Documentation
| bool ace::CStringsLessComparator::operator() |
( |
const char * |
lhs, |
|
|
const char * |
rhs | |
|
) |
| | const throw () [inline] |
- Returns:
- True, if left-hand argument is lesser than right hand argument.
Definition at line 48 of file strings.h.
The documentation for this struct was generated from the following file: