_uninitialized.h | 111 inline _OutputIter __ucopy_ptrs(_InputIter __first, _InputIter __last, _OutputIter __result, function 116 inline _OutputIter __ucopy_ptrs(_InputIter __first, _InputIter __last, _OutputIter __result, function 126 return __ucopy_ptrs(__first, __last, __result, 420 { return __ucopy_ptrs(__first, __last, __result, __trivial_ucpy); }
|