|
typedef char32_t | char_type |
|
typedef unsigned int | int_type |
|
typedef streampos | pos_type |
|
typedef streamoff | off_type |
|
typedef _Mbstatet | state_type |
|
| _Pre_satisfies_ (_Dest_size >=_Count) static char32_t *__CLRCALL_OR_CDECL _Copy_s(_Out_writes_all_(_Dest_size) char32_t *const _First1 |
|
const size_t | _In_reads_ (_Count) const char32_t *const _First2 |
|
| return (copy(_First1, _First2, _Count)) |
|
static int __CLRCALL_OR_CDECL | compare (_In_reads_(_Count) const char32_t *_First1, _In_reads_(_Count) const char32_t *_First2, size_t _Count) _NOEXCEPT |
|
static size_t __CLRCALL_OR_CDECL | length (_In_z_ const char32_t *_First) _NOEXCEPT |
|
static char32_t *__CLRCALL_OR_CDECL | copy (_Out_writes_all_(_Count) char32_t *const _First1, _In_reads_(_Count) const char32_t *_First2, size_t _Count) _NOEXCEPT |
|
static const char32_t *__CLRCALL_OR_CDECL | find (_In_reads_(_Count) const char32_t *_First, size_t _Count, const char32_t &_Ch) _NOEXCEPT |
|
static char32_t *__CLRCALL_OR_CDECL | move (_Out_writes_all_(_Count) char32_t *const _First1, _In_reads_(_Count) const char32_t *_First2, size_t _Count) _NOEXCEPT |
|
static char32_t *__CLRCALL_OR_CDECL | assign (_Out_writes_all_(_Count) char32_t *const _First, size_t _Count, const char32_t_Ch) _NOEXCEPT |
|
static void __CLRCALL_OR_CDECL | assign (char32_t &_Left, const char32_t &_Right) _NOEXCEPT |
|
static constexpr bool __CLRCALL_OR_CDECL | eq (const char32_t &_Left, const char32_t &_Right) _NOEXCEPT |
|
static constexpr bool __CLRCALL_OR_CDECL | lt (const char32_t &_Left, const char32_t &_Right) _NOEXCEPT |
|
static constexpr char32_t__CLRCALL_OR_CDECL | to_char_type (const int_type &_Meta) _NOEXCEPT |
|
static constexpr int_type __CLRCALL_OR_CDECL | to_int_type (const char32_t &_Ch) _NOEXCEPT |
|
static constexpr bool __CLRCALL_OR_CDECL | eq_int_type (const int_type &_Left, const int_type &_Right) _NOEXCEPT |
|
static constexpr int_type __CLRCALL_OR_CDECL | not_eof (const int_type &_Meta) _NOEXCEPT |
|
static constexpr int_type __CLRCALL_OR_CDECL | eof () _NOEXCEPT |
|
const size_t | _Dest_size |
|
const size_t const size_t _Count | _NOEXCEPT |
|