Boost.Range documentation iteration.

[SVN r61660]
This commit is contained in:
Neil Groves
2010-04-28 19:07:47 +00:00
parent 83c89f3038
commit 1d5fb47238
111 changed files with 525 additions and 2192 deletions

View File

@ -9,7 +9,7 @@
* [*Precondition:] The `value_type` of the range is comparable with `operator==()`.
* [*Postcondition:] For all adjacent elements `[x,y]` in the returned range, `x==y` is false.
* [*Range Category:] __forward_range__
* [*Returned Range Category:] The minimum of the range concept of `rng` and __bidirectional_range__.
* [*Returned Range Category:] The minimum of the range concept of `rng` and __forward_pass_range__.
[section:uniqued_example uniqued example]
``