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.