|
Tkrzw
|
Comparator for sorting records. More...
#include <tkrzw_index.h>
Public Member Functions | |
| bool | operator() (const std::string &lhs, const std::string &rhs) const |
| Compares two records. More... | |
Comparator for sorting records.
| bool tkrzw::StdIndexStr::RecordComparator::operator() | ( | const std::string & | lhs, |
| const std::string & | rhs | ||
| ) | const |
Compares two records.
| lhs | The first record. |
| rhs | The second record. |