Searched refs:__copy_n (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_algobase.h309 pair<_InputIter, _OutputIter> __copy_n(_InputIter __first, _Size __count, function
322 __copy_n(_RAIter __first, _Size __count, function
331 __copy_n(_InputIter __first, _Size __count, _OutputIter __result) { function
332 return __copy_n(__first, __count, __result,
339 return __copy_n(__first, __count, __result);

Completed in 19 milliseconds