This program illustrates the use of the STL copy_if() algorithm from to copy all odd integers from a vector of integers to a deque of integers. Press Enter to continue ... 5 7 11 0 The value at the end of the copied range is 0. Press Enter to continue ...