Searched refs:__copy (Results 1 – 1 of 1) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_algobase.h | 124 inline _OutputIter __copy(_InputIter __first, _InputIter __last, in __copy() function 135 __copy(_RandomAccessIter __first, _RandomAccessIter __last, in __copy() function 161 return __copy(__first, __last, __result, _Category(), (_Distance*) 0); in copy() 197 return __copy(__first, __last, __result,
|