D | _uninitialized.h | 52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, in __ucopy() function 65 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, in __ucopy() function 67 { return __ucopy(__first, __last, __result, __d); } in __ucopy() 71 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, in __ucopy() function 73 { return __ucopy(__first, __last, __result, __d); } in __ucopy() 76 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, in __ucopy() function 78 { return __ucopy(__first, __last, __result, __d); } in __ucopy() 82 inline _OutputIter __ucopy(_RandomAccessIter __first, _RandomAccessIter __last, in __ucopy() function 99 inline _OutputIter __ucopy(_RandomAccessIter __first, _RandomAccessIter __last, _OutputIter __resul… in __ucopy() function 100 { return __ucopy(__first, __last, __result, random_access_iterator_tag(), (ptrdiff_t*)0); } in __ucopy() [all …]
|