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]Bidirectional Sequence

Description

A Bidirectional Sequence is a Forward Sequence, which provides iterators that satisfy the Bidirectional Iterator requirements.

Refinement of

Forward Sequence

Valid expressions

Bidirectional Sequence does not define any new expressions beyond those defined in Forward Sequence. However, it refines the expression requirements.

 Expression  Expression type  
typename begin<s>::typeA model of Bidirectional Iterator
typename end<s>::typeA model of Bidirectional Iterator

Models

See also

Forward Sequence, Random Access Sequence, Bidirectional Iterator


Table of Contents
Last edited July 15, 2002 2:36 pm