A SequenceContainer is a Container that stores objects of the same type in a linear arrangement.
Requirements
The type X satisfies SequenceContainer if.
The type X satisfies Container, and
Given.
T, the element type of X A, the allocator type of X: X::allocator_type if it exists, otherwise std::allocator<T> a, rvalue expression of type of type X p, a valid const iterator into a q, a valid dereferenceable const iterator into a q1 and q2, two const iterators into a such tha