#include <abkseed.h>
Public Member Functions | |
bool | operator() (std::string firstString, std::string secondString) const |
|
Definition at line 118 of file abkseed.h.
00119 {
00120 return strcmp(firstString.c_str(), secondString.c_str()) < 0;
00121 }
|