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