|
static int __CLRCALL_OR_CDECL | compare (_In_reads_(_Count) const _Elem *_First1, _In_reads_(_Count) const _Elem *_First2, size_t _Count) _NOEXCEPT |
|
static size_t __CLRCALL_OR_CDECL | length (_In_z_ const _Elem *_First) _NOEXCEPT |
|
static _Elem *__CLRCALL_OR_CDECL | copy (_Out_writes_all_(_Count) _Elem *const _First1, _In_reads_(_Count) const _Elem *_First2, size_t _Count) _NOEXCEPT |
|
static const _Elem *__CLRCALL_OR_CDECL | find (_In_reads_(_Count) const _Elem *_First, size_t _Count, const _Elem &_Ch) _NOEXCEPT |
|
static _Elem *__CLRCALL_OR_CDECL | move (_Out_writes_all_(_Count) _Elem *const _First1, _In_reads_(_Count) const _Elem *_First2, size_t _Count) _NOEXCEPT |
|
static _Elem *__CLRCALL_OR_CDECL | assign (_Out_writes_all_(_Count) _Elem *const _First, size_t _Count, const _Elem _Ch) _NOEXCEPT |
|
static void __CLRCALL_OR_CDECL | assign (_Elem &_Left, const _Elem &_Right) _NOEXCEPT |
|
static constexpr bool __CLRCALL_OR_CDECL | eq (const _Elem &_Left, const _Elem &_Right) _NOEXCEPT |
|
static constexpr bool __CLRCALL_OR_CDECL | lt (const _Elem &_Left, const _Elem &_Right) _NOEXCEPT |
|
static constexpr _Elem __CLRCALL_OR_CDECL | to_char_type (const int_type &_Meta) _NOEXCEPT |
|
static constexpr int_type __CLRCALL_OR_CDECL | to_int_type (const _Elem &_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 |
|
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>
template<class _Elem, class _Int_type>
template<class _Elem, class _Int_type>
198 _Elem * _Next = _First;
static _Elem *__CLRCALL_OR_CDECL assign(_Out_writes_all_(_Count) _Elem *const _First, size_t _Count, const _Elem _Ch) _NOEXCEPT
Definition: iosfwd:195
_Check_return_ _In_ wchar_t _Ch
Definition: vcruntime_string.h:89
_Diff _Count
Definition: algorithm:1941
template<class _Elem, class _Int_type>
constexpr const _Ty &() _Left
Definition: algorithm:3722
constexpr const _Ty &() _Right
Definition: algorithm:3723
template<class _Elem, class _Int_type>
143 if (!
eq(*_First1, *_First2))
144 return (
lt(*_First1, *_First2) ? -1 : +1);
static constexpr bool __CLRCALL_OR_CDECL lt(const _Elem &_Left, const _Elem &_Right) _NOEXCEPT
Definition: iosfwd:214
static constexpr bool __CLRCALL_OR_CDECL eq(const _Elem &_Left, const _Elem &_Right) _NOEXCEPT
Definition: iosfwd:209
_Diff _Count
Definition: algorithm:1941
template<class _Elem, class _Int_type>
159 _Elem * _Next = _First1;
static _Elem *__CLRCALL_OR_CDECL assign(_Out_writes_all_(_Count) _Elem *const _First, size_t _Count, const _Elem _Ch) _NOEXCEPT
Definition: iosfwd:195
_Diff _Count
Definition: algorithm:1941
template<class _Elem, class _Int_type>
#define EOF
Definition: stdio.h:36
_Int_type int_type
Definition: iosfwd:134
template<class _Elem, class _Int_type>
constexpr const _Ty &() _Left
Definition: algorithm:3722
constexpr const _Ty &() _Right
Definition: algorithm:3723
template<class _Elem, class _Int_type>
constexpr const _Ty &() _Left
Definition: algorithm:3722
constexpr const _Ty &() _Right
Definition: algorithm:3723
template<class _Elem, class _Int_type>
177 if (
eq(*_First,
_Ch))
_Check_return_ _In_ wchar_t _Ch
Definition: vcruntime_string.h:89
static constexpr bool __CLRCALL_OR_CDECL eq(const _Elem &_Left, const _Elem &_Right) _NOEXCEPT
Definition: iosfwd:209
_Diff _Count
Definition: algorithm:1941
template<class _Elem, class _Int_type>
151 for (_Count = 0; !
eq(*_First, _Elem()); ++_First)
static constexpr bool __CLRCALL_OR_CDECL eq(const _Elem &_Left, const _Elem &_Right) _NOEXCEPT
Definition: iosfwd:209
_Diff _Count
Definition: algorithm:1941
template<class _Elem, class _Int_type>
constexpr const _Ty &() _Left
Definition: algorithm:3722
constexpr const _Ty &() _Right
Definition: algorithm:3723
template<class _Elem, class _Int_type>
185 _Elem * _Next = _First1;
186 if (_First2 < _Next && _Next < _First2 +
_Count)
188 assign(*--_Next, *--_First2);
static _Elem *__CLRCALL_OR_CDECL assign(_Out_writes_all_(_Count) _Elem *const _First, size_t _Count, const _Elem _Ch) _NOEXCEPT
Definition: iosfwd:195
_Diff _Count
Definition: algorithm:1941
template<class _Elem, class _Int_type>
236 return (_Meta !=
eof() ? _Meta : !
eof());
static constexpr int_type __CLRCALL_OR_CDECL eof() _NOEXCEPT
Definition: iosfwd:239
template<class _Elem, class _Int_type>
template<class _Elem, class _Int_type>
221 return ((_Elem)_Meta);
template<class _Elem, class _Int_type>
_Int_type int_type
Definition: iosfwd:134
_Check_return_ _In_ wchar_t _Ch
Definition: vcruntime_string.h:89
template<class _Elem, class _Int_type>
template<class _Elem, class _Int_type>
The documentation for this struct was generated from the following file: