|
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 _Diff , class _FwdIt > |
_FwdIt | _Uninitialized_copy_n (_InIt _First, _Diff _Count, _FwdIt _Dest, input_iterator_tag) |
|
template<class _InIt , class _Diff , class _FwdIt > |
_FwdIt | _Uninitialized_copy_n (_InIt _First, _Diff _Count, _FwdIt _Dest, forward_iterator_tag) |
|
template<class _InIt , class _Diff , class _FwdIt > |
_FwdIt | _Uninitialized_copy_n (_InIt _First, _Diff _Count, _FwdIt _Dest, _Nonscalar_ptr_iterator_tag) |
|
template<class _InIt , class _Diff , class _FwdIt > |
_FwdIt | _Uninitialized_copy_n (_InIt _First, _Diff _Count, _FwdIt _Dest, _Scalar_ptr_iterator_tag) |
|
template<class _InIt , class _Diff , class _FwdIt > |
_FwdIt | _Uninitialized_copy_n (_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 > |
_FwdIt | _Uninitialized_copy0 (_InIt _First, _InIt _Last, _FwdIt _Dest, _Nonscalar_ptr_iterator_tag) |
|
template<class _InIt , class _FwdIt > |
_FwdIt | _Uninitialized_copy0 (_InIt _First, _InIt _Last, _FwdIt _Dest, _Scalar_ptr_iterator_tag) |
|
template<class _InIt , class _FwdIt > |
_FwdIt | _Uninitialized_copy0 (_InIt _First, _InIt _Last, _FwdIt _Dest) |
|
template<class _InIt , class _FwdIt > |
_FwdIt | uninitialized_copy (_InIt _First, _InIt _Last, _FwdIt _Dest) |
|
template<class _InIt , class _FwdIt , class _Alloc > |
_FwdIt | _Uninit_copy (_InIt _First, _InIt _Last, _FwdIt _Dest, _Wrap_alloc< _Alloc > &_Al, _Nonscalar_ptr_iterator_tag) |
|
template<class _InIt , class _FwdIt , class _Alloc > |
_FwdIt | _Uninit_copy (_InIt _First, _InIt _Last, _FwdIt _Dest, _Wrap_alloc< _Alloc > &_Al, _Scalar_ptr_iterator_tag) |
|
template<class _Ty1 , class _Ty2 > |
_Ty2 * | _Uninit_copy (_Ty1 *_First, _Ty1 *_Last, _Ty2 *_Dest, _Wrap_alloc< allocator< _Ty2 > > &, _Scalar_ptr_iterator_tag) |
|
template<class _InIt , class _FwdIt , class _Alloc > |
_FwdIt | _Uninit_copy (_InIt _First, _InIt _Last, _FwdIt _Dest, _Alloc &_Al) |
|
template<class _InIt , class _FwdIt , class _Alloc > |
_FwdIt | _Uninitialized_copy (_InIt _First, _InIt _Last, _FwdIt _Dest, _Alloc &_Al) |
|
template<class _InIt , class _FwdIt , class _Alloc , class _Valty > |
_FwdIt | _Uninit_move (_InIt _First, _InIt _Last, _FwdIt _Dest, _Wrap_alloc< _Alloc > &_Al, _Valty *, _Nonscalar_ptr_iterator_tag) |
|
template<class _InIt , class _FwdIt , class _Alloc , class _Valty > |
_FwdIt | _Uninit_move (_InIt _First, _InIt _Last, _FwdIt _Dest, _Wrap_alloc< _Alloc > &_Al, _Valty *, _Scalar_ptr_iterator_tag) |
|
template<class _Ty1 , class _Ty2 , class _Valty > |
_Ty2 * | _Uninit_move (_Ty1 *_First, _Ty1 *_Last, _Ty2 *_Dest, _Wrap_alloc< allocator< _Ty2 > > &, _Valty *, _Scalar_ptr_iterator_tag) |
|
template<class _InIt , class _FwdIt , class _Alloc > |
_FwdIt | _Uninit_move (_InIt _First, _InIt _Last, _FwdIt _Dest, _Alloc &_Al) |
|
template<class _InIt , class _FwdIt , class _Alloc > |
_FwdIt | _Uninitialized_move (_InIt _First, _InIt _Last, _FwdIt _Dest, _Alloc &_Al) |
|
template<class _FwdIt , class _Tval > |
void | _Uninit_fill (_FwdIt _First, _FwdIt _Last, const _Tval &_Val, _Nonscalar_ptr_iterator_tag) |
|
template<class _Ty , class _Tval > |
void | _Uninit_fill (_Ty *_First, _Ty *_Last, const _Tval &_Val, _Scalar_ptr_iterator_tag) |
|
template<class _FwdIt , class _Tval > |
void | uninitialized_fill (_FwdIt _First, _FwdIt _Last, const _Tval &_Val) |
|
template<class _FwdIt , class _Diff , class _Tval > |
_FwdIt | _Uninit_fill_n (_FwdIt _First, _Diff _Count, const _Tval &_Val, _Nonscalar_ptr_iterator_tag) |
|
template<class _Ty , class _Diff , class _Tval > |
_Ty * | _Uninit_fill_n (_Ty *_First, _Diff _Count, const _Tval &_Val, _Scalar_ptr_iterator_tag) |
|
template<class _FwdIt , class _Diff , class _Tval > |
_FwdIt | uninitialized_fill_n (_FwdIt _First, _Diff _Count, const _Tval &_Val) |
|
template<class _FwdIt , class _Diff , class _Tval , class _Alloc , class _Valty > |
void | _Uninit_fill_n (_FwdIt _First, _Diff _Count, const _Tval *_Pval, _Wrap_alloc< _Alloc > &_Al, _Valty *, _Nonscalar_ptr_iterator_tag) |
|
template<class _FwdIt , class _Diff , class _Tval , class _Alloc , class _Valty > |
void | _Uninit_fill_n (_FwdIt _First, _Diff _Count, const _Tval *_Pval, _Wrap_alloc< _Alloc > &_Al, _Valty *, _Scalar_ptr_iterator_tag) |
|
template<class _Ty , class _Diff , class _Tval , class _Valty > |
void | _Uninit_fill_n (_Ty *_First, _Diff _Count, const _Tval *_Pval, _Wrap_alloc< allocator< _Ty > > &, _Valty *, _Scalar_ptr_iterator_tag) |
|
template<class _FwdIt , class _Diff , class _Tval , class _Alloc > |
void | _Uninitialized_fill_n (_FwdIt _First, _Diff _Count, const _Tval *_Pval, _Alloc &_Al) |
|
template<class _FwdIt , class _Diff , class _Alloc , class _Valty > |
void | _Uninit_def_fill_n (_FwdIt _First, _Diff _Count, _Wrap_alloc< _Alloc > &_Al, _Valty *, _Nonscalar_ptr_iterator_tag) |
|
template<class _FwdIt , class _Diff , class _Alloc , class _Valty > |
void | _Uninit_def_fill_n (_FwdIt _First, _Diff _Count, _Wrap_alloc< _Alloc > &_Al, _Valty *, _Scalar_ptr_iterator_tag) |
|
template<class _Ty , class _Diff , class _Valty > |
void | _Uninit_def_fill_n (_Ty *_First, _Diff _Count, _Wrap_alloc< allocator< _Ty > > &, _Valty *, _Scalar_ptr_iterator_tag) |
|
template<class _FwdIt , class _Diff , class _Alloc > |
void | _Uninitialized_default_fill_n (_FwdIt _First, _Diff _Count, _Alloc &_Al) |
|