_uninitialized.h | 162 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result, function 177 __ucopy_n(_InputIter __first, _Size __count, function 180 { return __ucopy_n(__first, __count, __result, input_iterator_tag()); } 184 __ucopy_n(_InputIter __first, _Size __count, function 187 { return __ucopy_n(__first, __count, __result, input_iterator_tag()); } 192 __ucopy_n(_RandomAccessIter __first, _Size __count, _ForwardIter __result, function 201 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result) function 202 { return _STLP_PRIV __ucopy_n(__first, __count, __result, _STLP_ITERATOR_CATEGORY(__first, _InputIter)); } 211 { return _STLP_PRIV __ucopy_n(__first, __count, __result); }
|