Home | History | Annotate | Download | only in include

Lines Matching full:__copy

1748 __copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result)
1763 __copy(_Tp* __first, _Tp* __last, _Up* __result)
1775 return _VSTD::__copy(__unwrap_iter(__first), __unwrap_iter(__last), __unwrap_iter(__result));