chsvlib
chsv helper source code

◆ ci_string_view

typedef std::basic_string_view<char, ci_char_traits<char> > ci_string_view

A typedef for a case-independent variant of std::basic_string_view specialized for multibyte characters.

This alias is only defined when the used C++ standard library supports std::basic_string_view as required by the C++17 standard.

See also
ci_char_traits A CharTraits class template used to perform case-independent comparison.
ci_string A case-independent std::basic_string instantiation.
ci_wstring_view A case-independent std::basic_string_view instantiation for wide characters.