Sequence container (C++)

Sequence container (C++)

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5089-8721-3

High Quality Content by WIKIPEDIA articles! In computing, sequence containers refer to a group of container class templates in the standard library of the C++ programming language that implement storage of data elements. Being templates, they can be used to store arbitrary elements, such as integers or custom classes. One common property of all sequential containers is that the elements can be accessed sequentially. Like all other standard library components, they reside in namespace std.