Preconditions
• [first, last) is a valid range.
• result is not an iterator within the range [first, last).
• There is enough space to hold all of the elements being copied. More formally, the requirement is that [result – (last – first), result) is a valid range.
Loading...