STLdoc
STLdocumentation
|
Additional Inherited Members | |
Public Types inherited from _Char_traits< char16_t, unsigned short > | |
typedef char16_t | char_type |
typedef unsigned short | int_type |
typedef streampos | pos_type |
typedef streamoff | off_type |
typedef _Mbstatet | state_type |
Static Public Member Functions inherited from _Char_traits< char16_t, unsigned short > | |
static int __CLRCALL_OR_CDECL | compare (_In_reads_(_Count) const char16_t *_First1, _In_reads_(_Count) const char16_t *_First2, size_t _Count) |
static size_t __CLRCALL_OR_CDECL | length (_In_z_ const char16_t *_First) |
static char16_t *__CLRCALL_OR_CDECL | copy (_Out_writes_(_Count) char16_t *_First1, _In_reads_(_Count) const char16_t *_First2, size_t _Count) |
static char16_t *__CLRCALL_OR_CDECL | _Copy_s (_Out_writes_(_Dest_size) char16_t *_First1, size_t _Dest_size, _In_reads_(_Count) const char16_t *_First2, size_t _Count) |
static const char16_t *__CLRCALL_OR_CDECL | find (_In_reads_(_Count) const char16_t *_First, size_t _Count, const char16_t &_Ch) |
static char16_t *__CLRCALL_OR_CDECL | move (_Out_writes_(_Count) char16_t *_First1, _In_reads_(_Count) const char16_t *_First2, size_t _Count) |
static char16_t *__CLRCALL_OR_CDECL | assign (_Out_writes_(_Count) char16_t *_First, size_t _Count, char16_t_Ch) |
static void __CLRCALL_OR_CDECL | assign (char16_t &_Left, const char16_t &_Right) _NOEXCEPT |
static constexpr bool __CLRCALL_OR_CDECL | eq (const char16_t &_Left, const char16_t &_Right) _NOEXCEPT |
static constexpr bool __CLRCALL_OR_CDECL | lt (const char16_t &_Left, const char16_t &_Right) _NOEXCEPT |
static constexpr char16_t__CLRCALL_OR_CDECL | to_char_type (const int_type &_Meta) _NOEXCEPT |
static constexpr int_type __CLRCALL_OR_CDECL | to_int_type (const char16_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 |