NCBI C++ ToolKit
|
Search Toolkit Book for PCase_Generic
Define Case-sensitive string comparison methods. More...
#include <corelib/ncbistr.hpp>
Public Member Functions | |
int | Compare (const T &s1, const T &s2) const |
Return difference between "s1" and "s2". More... | |
bool | Less (const T &s1, const T &s2) const |
Return TRUE if s1 < s2. More... | |
bool | Equals (const T &s1, const T &s2) const |
Return TRUE if s1 == s2. More... | |
bool | operator() (const T &s1, const T &s2) const |
Return TRUE if s1 < s2. More... | |
Define Case-sensitive string comparison methods.
Used as arguments to template functions for specifying the type of comparison.
Definition at line 4857 of file ncbistr.hpp.