chsvlib
chsv helper source code

◆ ci_wstring_view

typedef std::basic_string_view<wchar_t, ci_char_traits<wchar_t> > ci_wstring_view

A typedef for a case-independent variant of std::basic_string_view specialized for wide 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_wstring A case-independent std::basic_string instantiation.
ci_string_view A case-independent std::basic_string_view instantiation for multibyte characters.