Searched defs:__move_impl (Results 1 – 2 of 2) sorted by relevance
37 struct __move_impl { struct40 operator()(_InIter __first, _Sent __last, _OutIter __result) const { in operator()50 struct _MoveSegment {66 operator()(_InIter __first, _InIter __last, _OutIter __result) const { in operator()77 operator()(_InIter __first, _InIter __last, _OutIter __result) const { in operator()110 return std::__copy_move_unwrap_iters<__move_impl<_AlgPolicy> >( in __move() argument
39 __move_impl(_InIter __first, _Sent __last, _OutIter __result) { __move_impl() function