Boost.Range documentation iteration. Primarily this is the inclusion of Range Return Categories for every Range Adaptor page.

[SVN r61653]
This commit is contained in:
Neil Groves
2010-04-28 18:03:26 +00:00
parent 5364ea2cad
commit e3e1fc43d3
155 changed files with 1788 additions and 3127 deletions

View File

@ -121,30 +121,6 @@ In other words:
[endsect]
[section:adaptors_synopsis Synopsis]
The library provides the following Adapter Generator expressions:
``
rng | boost::adaptors::adjacent_filtered(bi_pred)
rng | boost::adaptors::copied(n,m)
rng | boost::adaptors::filtered(pred)
rng | boost::adaptors::indexed
rng | boost::adaptors::indirected
rng | boost::adaptors::map_keys
rng | boost::adaptors::map_values
rng | boost::adaptors::replaced(new_value, old_value)
rng | boost::adaptors::replaced_if(pred, new_value)
rng | boost::adaptors::reversed
rng | boost::adaptors::sliced(n, m)
rng | boost::adaptors::strided(n)
rng | boost::adaptors::tokenized( <see arguments below> )
rng | boost::adaptors::transformed(fun)
rng | boost::adaptors::uniqued
``
[endsect]
[section:general_requirements General Requirements]
In the description of generator expressions, the following notation is used: