|
template<class _Ty > |
_STD_BEGIN pair< _Ty *, ptrdiff_t > | get_temporary_buffer (ptrdiff_t _Count) _NOEXCEPT |
|
template<class _Ty > |
void | return_temporary_buffer (_Ty *_Pbuf) |
|
template<class _InIt , class _FwdIt > |
_FwdIt | _Uninitialized_copy_unchecked1 (_InIt _First, _InIt _Last, _FwdIt _Dest, _General_ptr_iterator_tag) |
|
template<class _InIt , class _FwdIt > |
_FwdIt | _Uninitialized_copy_unchecked1 (_InIt _First, _InIt _Last, _FwdIt _Dest, _Really_trivial_ptr_iterator_tag) |
|
template<class _InIt , class _FwdIt > |
_FwdIt | _Uninitialized_copy_unchecked (_InIt _First, _InIt _Last, _FwdIt _Dest) |
|
template<class _InIt , class _FwdIt > |
_FwdIt | _Uninitialized_copy1 (_InIt _First, _InIt _Last, _FwdIt _Dest, input_iterator_tag, forward_iterator_tag) |
|
template<class _InIt , class _FwdIt > |
_FwdIt | _Uninitialized_copy1 (_InIt _First, _InIt _Last, _FwdIt _Dest, random_access_iterator_tag, random_access_iterator_tag) |
|
template<class _InIt , class _FwdIt > |
_FwdIt | uninitialized_copy (_InIt _First, _InIt _Last, _FwdIt _Dest) |
|
template<class _InIt , class _Diff , class _FwdIt > |
_FwdIt | _Uninitialized_copy_n_unchecked1 (_InIt _First, _Diff _Count, _FwdIt _Dest, _General_ptr_iterator_tag) |
|
template<class _InIt , class _Diff , class _FwdIt > |
_FwdIt | _Uninitialized_copy_n_unchecked1 (_InIt _First, _Diff _Count, _FwdIt _Dest, _Really_trivial_ptr_iterator_tag) |
|
template<class _InIt , class _Diff , class _FwdIt > |
_FwdIt | _Uninitialized_copy_n_unchecked (_InIt _First, _Diff _Count, _FwdIt _Dest) |
|
template<class _InIt , class _Diff , class _FwdIt > |
_FwdIt | uninitialized_copy_n (_InIt _First, _Diff _Count, _FwdIt _Dest) |
|
template<class _InIt , class _FwdIt , class _Alloc > |
_FwdIt | _Uninitialized_copy_al_unchecked1 (_InIt _First, _InIt _Last, _FwdIt _Dest, _Wrap_alloc< _Alloc > &_Al, _General_ptr_iterator_tag, _Any_tag) |
|
template<class _Ty1 , class _Ty2 , class _Alloc > |
_Ty2 * | _Uninitialized_copy_al_unchecked1 (_Ty1 *_First, _Ty1 *_Last, _Ty2 *_Dest, _Wrap_alloc< _Alloc > &, _Really_trivial_ptr_iterator_tag, true_type) |
|
template<class _InIt , class _FwdIt , class _Alloc > |
_FwdIt | _Uninitialized_copy_al_unchecked (_InIt _First, _InIt _Last, _FwdIt _Dest, _Wrap_alloc< _Alloc > &_Al) |
|
template<class _InIt , class _FwdIt , class _Alloc > |
_FwdIt | _Uninitialized_copy (_InIt _First, _InIt _Last, _FwdIt _Dest, _Wrap_alloc< _Alloc > &_Al) |
|
template<class _InIt , class _FwdIt , class _Alloc > |
_FwdIt | _Uninitialized_move_al_unchecked1 (_InIt _First, _InIt _Last, _FwdIt _Dest, _Wrap_alloc< _Alloc > &_Al, _General_ptr_iterator_tag, _Any_tag) |
|
template<class _Ty1 , class _Ty2 , class _Alloc > |
_Ty2 * | _Uninitialized_move_al_unchecked1 (_Ty1 *_First, _Ty1 *_Last, _Ty2 *_Dest, _Wrap_alloc< _Alloc > &, _Really_trivial_ptr_iterator_tag, true_type) |
|
template<class _InIt , class _FwdIt , class _Alloc > |
_FwdIt | _Uninitialized_move_al_unchecked (_InIt _First, _InIt _Last, _FwdIt _Dest, _Wrap_alloc< _Alloc > &_Al) |
|
template<class _InIt , class _FwdIt , class _Alloc > |
_FwdIt | _Uninitialized_move (_InIt _First, _InIt _Last, _FwdIt _Dest, _Wrap_alloc< _Alloc > &_Al) |
|
template<class _FwdIt , class _Tval > |
void | _Uninitialized_fill_unchecked1 (_FwdIt _First, _FwdIt _Last, const _Tval &_Val, false_type) |
|
template<class _FwdIt , class _Tval > |
void | _Uninitialized_fill_unchecked1 (_FwdIt _First, _FwdIt _Last, const _Tval &_Val, true_type) |
|
template<class _FwdIt , class _Tval > |
void | _Uninitialized_fill_unchecked (_FwdIt _First, _FwdIt _Last, const _Tval &_Val) |
|
template<class _FwdIt , class _Tval > |
void | uninitialized_fill (_FwdIt _First, _FwdIt _Last, const _Tval &_Val) |
|
template<class _FwdIt , class _Diff , class _Tval > |
_FwdIt | _Uninitialized_fill_n_unchecked1 (_FwdIt _First, _Diff _Count, const _Tval &_Val, false_type) |
|
template<class _FwdIt , class _Diff , class _Tval > |
_FwdIt | _Uninitialized_fill_n_unchecked1 (_FwdIt _First, _Diff _Count, const _Tval &_Val, true_type) |
|
template<class _FwdIt , class _Diff , class _Tval > |
_FwdIt | _Uninitialized_fill_n_unchecked (_FwdIt _First, _Diff _Count, const _Tval &_Val) |
|
template<class _FwdIt , class _Diff , class _Tval > |
_FwdIt | uninitialized_fill_n (_FwdIt _First, _Diff _Count, const _Tval &_Val) |
|
template<class _FwdIt , class _Diff , class _Alloc > |
void | _Uninit_alloc_fill_n1 (_FwdIt _First, _Diff _Count, const _Iter_value_t< _FwdIt > *_Pval, _Wrap_alloc< _Alloc > &_Al, false_type) |
|
template<class _FwdIt , class _Diff , class _Alloc > |
void | _Uninit_alloc_fill_n1 (_FwdIt _First, _Diff _Count, const _Iter_value_t< _FwdIt > *_Pval, _Wrap_alloc< _Alloc > &, true_type) |
|
template<class _FwdIt , class _Diff , class _Alloc > |
void | _Uninitialized_fill_n (_FwdIt _First, _Diff _Count, const _Iter_value_t< _FwdIt > *_Pval, _Wrap_alloc< _Alloc > &_Al) |
|
template<class _FwdIt , class _Diff , class _Alloc > |
void | _Uninitialized_default_fill_n1 (_FwdIt _First, _Diff _Count, _Wrap_alloc< _Alloc > &_Al, false_type) |
|
template<class _FwdIt , class _Diff , class _Alloc > |
void | _Uninitialized_default_fill_n1 (_FwdIt _First, _Diff _Count, _Wrap_alloc< _Alloc > &, true_type) |
|
template<class _FwdIt , class _Diff , class _Alloc > |
void | _Uninitialized_default_fill_n (_FwdIt _First, _Diff _Count, _Wrap_alloc< _Alloc > &_Al) |
|