UTF-32 から UTF-8 への逐次変換クラス
More...
#include <UnicodeConverter.hpp>
UTF-32 から UTF-8 への逐次変換クラス
◆ begin()
std::array<char8, 4>::const_iterator s3d::UTF32toUTF8_Converter::begin |
( |
| ) |
const |
|
noexcept |
作成された UTF-8 文字の配列の先頭イテレータを返します。
- Returns
- 作成された UTF-8 文字の配列の先頭イテレータ
◆ get()
const std::array<char8, 4>& s3d::UTF32toUTF8_Converter::get |
( |
| ) |
const |
|
noexcept |
作成された UTF-8 文字を取得します。
- Returns
- 作成された UTF-8 文字
◆ put()
size_t s3d::UTF32toUTF8_Converter::put |
( |
char32 |
code | ) |
|
|
noexcept |
データを追加します。
- Parameters
-
- Returns
- 作成された UTF-8 データのサイズ
The documentation for this struct was generated from the following file: