Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/mpl/doc/src/refmanual/BidirectionalSequence.rst @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 2.0 KB

Bidirectional Sequence

Description

A |Bidirectional Sequence| is a |Forward Sequence| whose iterators model |Bidirectional Iterator|.

Refinement of

|Forward Sequence|

Expression requirements

In addition to the requirements defined in |Forward Sequence|, for any |Bidirectional Sequence| s the following must be met:

Expression Type Complexity
begin<s>::type |Bidirectional Iterator| Amortized constant time
end<s>::type |Bidirectional Iterator| Amortized constant time
back<s>::type Any type Amortized constant time

Expression semantics

|Semantics disclaimer...| |Forward Sequence|.

Expression Semantics
back<s>::type The last element in the sequence; see |back|.

Docutils System Messages

????????????????????
Note: See TracBrowser for help on using the repository browser.