Searched refs:__move_impl (Results 1 – 2 of 2) sorted by relevance
42 __move_impl(_InIter __first, _Sent __last, _OutIter __result) { in __move_impl() 51 return __move_impl(std::move(__first), std::move(__last), std::move(__result));58 return __move_impl(ranges::begin(__range), ranges::end(__range), std::move(__result));39 __move_impl(_InIter __first, _Sent __last, _OutIter __result) { __move_impl() function
37 struct __move_impl { struct110 return std::__copy_move_unwrap_iters<__move_impl<_AlgPolicy> >( in __move() argument