Searched refs:__unwrap_and_dispatch (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dcopy_move_common.h105 __unwrap_and_dispatch(_InIter __first, _Sent __last, _OutIter __out_first) { function
118 __unwrap_and_dispatch(_InIter __first, _Sent __last, _OutIter __out_first) { function
143 return std::__unwrap_and_dispatch<_NaiveAlgorithm>(std::move(__first), std::move(__last), std::move(__out_first));
152 return std::__unwrap_and_dispatch<_NaiveAlgorithm>(std::move(__first), std::move(__last), std::move(__out_first));
158 return std::__unwrap_and_dispatch<_Algorithm>(std::move(__first), std::move(__last), std::move(__out_first));

Completed in 106 milliseconds