1 #ifndef INCLUDED_U5E_UTF8_STRING_VIEW 2 #define INCLUDED_U5E_UTF8_STRING_VIEW 4 #include <experimental/string_view> 5 #include <u5e/basic_encodedstring.hpp> 6 #include <u5e/utf8_iterator.hpp> 7 #include <u5e/utf8.hpp>
basic_encodedstring< utf8, std::experimental::string_view > utf8_string_view
A basic_encodedstring of utf8 and string_view.
Encoding type for UTF8 text. Unlike UTF16 and UTF32, UTF8 is endian independent.
basic encoding support over string-like objects.