Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dmove_backward.h36 struct __move_backward_impl { struct
39 operator()(_InIter __first, _Sent __last, _OutIter __result) const { in operator()
52 operator()(_InIter __first, _InIter __last, _OutIter __result) const { in operator()
83 operator()(_InIter __first, _InIter __last, _OutIter __result) const { in operator()
123 return std::__copy_move_unwrap_iters<__move_backward_impl<_AlgPolicy> >( in __move_backward() argument
H A Dranges_move_backward.h41 __move_backward_impl(_InIter __first, _Sent __last, _OutIter __result) { __move_backward_impl() function