|
Nui
|
#include <utf8.h>#include <iterator>

Go to the source code of this file.
Namespaces | |
| namespace | Nui |
| namespace | Nui::Detail |
Concepts | |
| concept | Nui::Detail::IsStringCharTypeUtf16Compatible |
| concept | Nui::Detail::IsStringCharTypeUtf8Compatible |
Functions | |
| template<typename Utf16StringType , typename Utf8StringType > requires (Detail::IsStringCharTypeUtf16Compatible<Utf16StringType>) && (Detail::IsStringCharTypeUtf8Compatible<Utf8StringType>) | |
| Utf16StringType | Nui::utf8ToUtf16 (Utf8StringType const &str) |
| template<typename Utf16StringType , typename Utf8StringType > requires (Detail::IsStringCharTypeUtf16Compatible<Utf16StringType>) && (Detail::IsStringCharTypeUtf8Compatible<Utf8StringType>) | |
| Utf8StringType | Nui::utf16ToUtf8 (Utf16StringType const &str) |