DOKK / manpages / debian 10 / libcommoncpp2-doc / ost_cistring_char_traits.3.en
ost::cistring_char_traits< charT >(3) Library Functions Manual ost::cistring_char_traits< charT >(3)

ost::cistring_char_traits< charT >

#include <oststring.h>

Inherits string_char_traits< charT >.


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)

References strnicmp.

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

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

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

Generated automatically by Doxygen for GNU CommonC++ from the source code.

Wed Oct 31 2018 GNU CommonC++