|
static int __CLRCALL_OR_CDECL | compare (_In_reads_(_Count) const _Elem *_First1, _In_reads_(_Count) const _Elem *_First2, size_t _Count) |
|
static size_t __CLRCALL_OR_CDECL | length (_In_z_ const _Elem *_First) |
|
static _Elem *__CLRCALL_OR_CDECL | copy (_Out_writes_(_Count) _Elem *_First1, _In_reads_(_Count) const _Elem *_First2, size_t _Count) |
|
static _Elem *__CLRCALL_OR_CDECL | _Copy_s (_Out_writes_(_Dest_size) _Elem *_First1, size_t _Dest_size, _In_reads_(_Count) const _Elem *_First2, size_t _Count) |
|
static const _Elem *__CLRCALL_OR_CDECL | find (_In_reads_(_Count) const _Elem *_First, size_t _Count, const _Elem &_Ch) |
|
static _Elem *__CLRCALL_OR_CDECL | move (_Out_writes_(_Count) _Elem *_First1, _In_reads_(_Count) const _Elem *_First2, size_t _Count) |
|
static _Elem *__CLRCALL_OR_CDECL | assign (_Out_writes_(_Count) _Elem *_First, size_t _Count, _Elem _Ch) |
|
static void __CLRCALL_OR_CDECL | assign (_Elem &_Left, const _Elem &_Right) _NOEXCEPT |
|
static bool __CLRCALL_OR_CDECL | eq (const _Elem &_Left, const _Elem &_Right) _NOEXCEPT |
|
static bool __CLRCALL_OR_CDECL | lt (const _Elem &_Left, const _Elem &_Right) _NOEXCEPT |
|
static _Elem __CLRCALL_OR_CDECL | to_char_type (const int_type &_Meta) _NOEXCEPT |
|
static int_type __CLRCALL_OR_CDECL | to_int_type (const _Elem &_Ch) _NOEXCEPT |
|
static bool __CLRCALL_OR_CDECL | eq_int_type (const int_type &_Left, const int_type &_Right) _NOEXCEPT |
|
static int_type __CLRCALL_OR_CDECL | not_eof (const int_type &_Meta) _NOEXCEPT |
|
static int_type __CLRCALL_OR_CDECL | eof () _NOEXCEPT |
|
template<class _Elem, class _Int_type>
template<class _Elem, class _Int_type>
template<class _Elem, class _Int_type>
template<class _Elem, class _Int_type>
template<class _Elem, class _Int_type>
template<class _Elem, class _Int_type>
#define _SCL_SECURE_CRT_VALIDATE(cond, retvalue)
Definition: yvals.h:296
#define NULL
Definition: crtdbg.h:30
static _Elem *__CLRCALL_OR_CDECL copy(_Out_writes_(_Count) _Elem *_First1, _In_reads_(_Count) const _Elem *_First2, size_t _Count)
Definition: iosfwd:159
_Diff _Count
Definition: algorithm:1941
template<class _Elem, class _Int_type>
205 _Elem *_Next = _First;
_In_ size_t _In_ unsigned int _Ch
Definition: mbstring.h:161
_Diff _Count
Definition: algorithm:1941
static _Elem *__CLRCALL_OR_CDECL assign(_Out_writes_(_Count) _Elem *_First, size_t _Count, _Elem _Ch)
Definition: iosfwd:201
template<class _Elem, class _Int_type>
const _Ty & _Right
Definition: algorithm:4087
template<class _Elem, class _Int_type>
146 if (!
eq(*_First1, *_First2))
147 return (
lt(*_First1, *_First2) ? -1 : +1);
static bool __CLRCALL_OR_CDECL lt(const _Elem &_Left, const _Elem &_Right) _NOEXCEPT
Definition: iosfwd:222
static bool __CLRCALL_OR_CDECL eq(const _Elem &_Left, const _Elem &_Right) _NOEXCEPT
Definition: iosfwd:216
_Diff _Count
Definition: algorithm:1941
template<class _Elem, class _Int_type>
163 _Elem *_Next = _First1;
_Diff _Count
Definition: algorithm:1941
static _Elem *__CLRCALL_OR_CDECL assign(_Out_writes_(_Count) _Elem *_First, size_t _Count, _Elem _Ch)
Definition: iosfwd:201
template<class _Elem, class _Int_type>
#define EOF
Definition: stdio.h:59
_Int_type int_type
Definition: iosfwd:136
template<class _Elem, class _Int_type>
const _Ty & _Right
Definition: algorithm:4087
template<class _Elem, class _Int_type>
const _Ty & _Right
Definition: algorithm:4087
template<class _Elem, class _Int_type>
182 if (
eq(*_First,
_Ch))
static bool __CLRCALL_OR_CDECL eq(const _Elem &_Left, const _Elem &_Right) _NOEXCEPT
Definition: iosfwd:216
_In_ size_t _In_ unsigned int _Ch
Definition: mbstring.h:161
_Diff _Count
Definition: algorithm:1941
template<class _Elem, class _Int_type>
154 for (_Count = 0; !
eq(*_First, _Elem()); ++_First)
static bool __CLRCALL_OR_CDECL eq(const _Elem &_Left, const _Elem &_Right) _NOEXCEPT
Definition: iosfwd:216
_Diff _Count
Definition: algorithm:1941
template<class _Elem, class _Int_type>
const _Ty & _Right
Definition: algorithm:4087
template<class _Elem, class _Int_type>
191 _Elem *_Next = _First1;
192 if (_First2 < _Next && _Next < _First2 +
_Count)
194 assign(*--_Next, *--_First2);
_Diff _Count
Definition: algorithm:1941
static _Elem *__CLRCALL_OR_CDECL assign(_Out_writes_(_Count) _Elem *_First, size_t _Count, _Elem _Ch)
Definition: iosfwd:201
template<class _Elem, class _Int_type>
static int_type __CLRCALL_OR_CDECL eof() _NOEXCEPT
Definition: iosfwd:252
_Int_type int_type
Definition: iosfwd:136
template<class _Elem, class _Int_type>
231 return ((_Elem)_Meta);
template<class _Elem, class _Int_type>
_Int_type int_type
Definition: iosfwd:136
_In_ size_t _In_ unsigned int _Ch
Definition: mbstring.h:161
The documentation for this struct was generated from the following file: