Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/mpl/doc/src/refmanual/BidirectionalSequence.rst @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

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.