Searched defs:__copy_impl (Results 1 – 1 of 1) sorted by relevance
35 struct __copy_impl { struct38 operator()(_InIter __first, _Sent __last, _OutIter __result) const { in operator()49 struct _CopySegment {65 operator()(_InIter __first, _InIter __last, _OutIter __result) const { in operator()76 operator()(_InIter __first, _InIter __last, _OutIter __result) const { in operator()109 return std::__copy_move_unwrap_iters<__copy_impl<_AlgPolicy> >( in __copy() argument