Searched refs:dest_first (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/move/algo/detail/ |
D | merge.hpp | 675 , InputOutIterator dest_first, InputOutIterator r_first, InputOutIterator r_last in op_merge_with_right_placed() argument 678 BOOST_ASSERT((last - first) == (r_first - dest_first)); in op_merge_with_right_placed() 681 InputOutIterator end = op(forward_t(), first, last, dest_first); in op_merge_with_right_placed() 687 op(r_first, dest_first); in op_merge_with_right_placed() 691 op(first, dest_first); in op_merge_with_right_placed() 694 ++dest_first; in op_merge_with_right_placed() 702 , InputOutIterator dest_first, InputOutIterator r_first, InputOutIterator r_last in swap_merge_with_right_placed() argument 705 op_merge_with_right_placed(first, last, dest_first, r_first, r_last, comp, swap_op()); in swap_merge_with_right_placed() 755 , InputOutIterator dest_first, InputOutIterator r_first, InputOutIterator r_last in merge_with_right_placed() argument 758 op_merge_with_right_placed(first, last, dest_first, r_first, r_last, comp, move_op()); in merge_with_right_placed() [all …]
|