Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.

[Home]Extensible Sequence

Description

An Extensible Sequence is either a Forward Sequence, a Bidirectional Sequence or a Random Access Sequence that supports insertion and removal operations.

Refinement of

Forward Sequence, Bidirectional Sequence or Random Access Sequence

Valid expressions

 Expression  Expression type  
typename clear<s>::typeA model of concept of s
typename insert<s,pos,t>::typeA model of concept of s
typename erase<s,pos>::typeA model of concept of s
typename erase<s,first,last>::typeA model of concept of s

Expression semantics

See the description of clear, insert, and erase algorithms.

Models

See also

Sequences, clear, insert, erase


Table of Contents
Last edited May 2, 2003 4:54 am