Home
last modified time | relevance | path

Searched refs:__move_impl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_move.h42 __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
H A Dmove.h37 struct __move_impl { struct
110 return std::__copy_move_unwrap_iters<__move_impl<_AlgPolicy> >( in __move() argument