Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_move_backward.h42 …move_backward_result<_InIter, _OutIter> __move_backward_impl(_InIter __first, _Sent __last, _OutIt… in __move_backward_impl() function
51 return __move_backward_impl(std::move(__first), std::move(__last), std::move(__result)); in operator()
58 return __move_backward_impl(ranges::begin(__range), ranges::end(__range), std::move(__result)); in operator()