GNU CommonC++
Static Public Member Functions | List of all members
ost::cistring_char_traits< charT > Struct Template Reference

#include <oststring.h>

Inheritance diagram for ost::cistring_char_traits< charT >:

Static Public Member Functions

static bool eq (char c1, char c2)
 
static bool ne (char c1, char c2)
 
static bool lt (char c1, char c2)
 
static int compare (const char *s1, const char *s2, size_t n)
 

Member Function Documentation

◆ compare()

template<class charT >
static int ost::cistring_char_traits< charT >::compare ( const char *  s1,
const char *  s2,
size_t  n 
)
inlinestatic

References strnicmp.

◆ eq()

template<class charT >
static bool ost::cistring_char_traits< charT >::eq ( char  c1,
char  c2 
)
inlinestatic

◆ lt()

template<class charT >
static bool ost::cistring_char_traits< charT >::lt ( char  c1,
char  c2 
)
inlinestatic

◆ ne()

template<class charT >
static bool ost::cistring_char_traits< charT >::ne ( char  c1,
char  c2 
)
inlinestatic

The documentation for this struct was generated from the following file: