Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dmove.h37 struct __move_impl { struct
40 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
H A Dranges_move.h39 __move_impl(_InIter __first, _Sent __last, _OutIter __result) { __move_impl() function