forked from boostorg/range
*** empty log message ***
[SVN r30163]
This commit is contained in:
@ -45,7 +45,7 @@
|
|||||||
<p>
|
<p>
|
||||||
A Range is a <i>concept</i> similar to the STL <a
|
A Range is a <i>concept</i> similar to the STL <a
|
||||||
href="http://www.sgi.com/Technology/STL/Container.html">Container</a> concept. A
|
href="http://www.sgi.com/Technology/STL/Container.html">Container</a> concept. A
|
||||||
Range provides iterators for accessing a closed-open range
|
Range provides iterators for accessing a half-open range
|
||||||
<code>[first,one_past_last)</code> of elements and provides
|
<code>[first,one_past_last)</code> of elements and provides
|
||||||
information about the number of elements in the Range. However, a Range has
|
information about the number of elements in the Range. However, a Range has
|
||||||
fewer requirements than a Container.
|
fewer requirements than a Container.
|
||||||
|
Reference in New Issue
Block a user