Nui
Loading...
Searching...
No Matches
Namespaces | Concepts | Functions
utf.hpp File Reference
#include <utf8.h>
#include <iterator>
Include dependency graph for utf.hpp:
This graph shows which files directly or indirectly include this file:

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)