UTF-32 から UTF-16 への逐次変換クラス
More...
#include <UnicodeConverter.hpp>
UTF-32 から UTF-16 への逐次変換クラス
◆ begin()
std::array<char16, 2>::const_iterator s3d::UTF32toUTF16_Converter::begin |
( |
| ) |
const |
|
noexcept |
作成された UTF-16 文字の配列の先頭イテレータを返します。
- Returns
- 作成された UTF-16 文字の配列の先頭イテレータ
◆ get()
const std::array<char16, 2>& s3d::UTF32toUTF16_Converter::get |
( |
| ) |
const |
|
noexcept |
作成された UTF-16 文字を取得します。
- Returns
- 作成された UTF-16 文字
◆ put()
size_t s3d::UTF32toUTF16_Converter::put |
( |
char32 |
code | ) |
|
|
noexcept |
データを追加します。
- Parameters
-
- Returns
get()
で文字を取得可能になった場合 true, それ以外の場合は false
The documentation for this struct was generated from the following file: