chsvlib
chsv helper source code
ci_char_traits< char_t > Struct Template Reference

Redefines the char_traits interface in order to process strings independently of character case. More...

Detailed Description

template<class char_t>
struct Chusov::String::ci_char_traits< char_t >

Redefines the char_traits interface in order to process strings independently of character case.

Template Parameters
char_tis a type of a character. The library provides support for char, wchar_t and Chusov::String::ucp_t characters.
Warning
Using the component with std::basic_string does not take UTF-8 normalization issues into account.

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