typedef basic_string<char32_t> u32string;
| 成員型別 | 定義 |
|---|---|
| value_type | char32_t |
| traits_type | char_traits<char32_t> |
| allocator_type | allocator<char32_t> |
| 引用 | char32_t& |
| const_reference | const char32_t& |
| 指標 | char32_t* |
| const_pointer | const char32_t* |
| iterator | 一個指向char32_t(可轉換為const_iterator) |
| const_iterator | 一個指向const char32_t |
| reverse_iterator | reverse_iterator<iterator> |
| const_reverse_iterator | reverse_iterator<const_iterator> |
| difference_type | ptrdiff_t |
| size_type | size_t |