o copy(i,i,o) | Copy a range of items to a destination and return an iterator pointing to the end of the copied range. |
b2 copy_backward(b1,b1last, b2) | Copy a range of items backwards to a destination and return an iterator pointing to the end of the copied range. |