NCBI C++ ToolKit
|
Search Toolkit Book for SStringLess
string comparison using integers instead of const char* this is coded in C++ and beats an assembler-based memcmp() this algorithm makes no adjustment for memory alignment and may be either slower or illegal on some platforms. More...
#include <algo/text/text_util.hpp>
Public Member Functions | |
bool | operator() (const string &s1, const string &s2) const |
string comparison using integers instead of const char* this is coded in C++ and beats an assembler-based memcmp() this algorithm makes no adjustment for memory alignment and may be either slower or illegal on some platforms.
Definition at line 52 of file text_util.hpp.
|
inline |
Definition at line 54 of file text_util.hpp.