NCBI C++ ToolKit
Public Member Functions | List of all members
PCase_Generic< T > Struct Template Reference

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...
 

Detailed Description

template<typename T>
struct PCase_Generic< T >

Define Case-sensitive string comparison methods.

Used as arguments to template functions for specifying the type of comparison.

Examples
/home/coremake/doxygen/cxx/include/corelib/ncbistr.hpp.

Definition at line 4857 of file ncbistr.hpp.


The documentation for this struct was generated from the following file:
Modified on Fri Sep 20 14:58:14 2024 by modify_doxy.py rev. 669887