mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
background color and a whitespace edit
[SVN r9228]
This commit is contained in:
parent
964d23f68c
commit
e9105d32cb
@ -6,6 +6,7 @@
|
|||||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||||
|
|
||||||
<title>Boost Iterator Adaptor Library</title>
|
<title>Boost Iterator Adaptor Library</title>
|
||||||
|
<body bgcolor="#FFFFFF" text="#000000">
|
||||||
|
|
||||||
<img src="../../c++boost.gif" alt="c++boost.gif (8819 bytes)" align=
|
<img src="../../c++boost.gif" alt="c++boost.gif (8819 bytes)" align=
|
||||||
"center" width="277" height="86">
|
"center" width="277" height="86">
|
||||||
@ -339,7 +340,8 @@ struct <a name="default_iterator_policies">default_iterator_policies</a>
|
|||||||
<table border="1" summary="additional iterator_adaptor members">
|
<table border="1" summary="additional iterator_adaptor members">
|
||||||
<tr>
|
<tr>
|
||||||
<td><tt>iterator_adaptor(const Base&, const Policies& =
|
<td><tt>iterator_adaptor(const Base&, const Policies& =
|
||||||
Policies())</tt> <br>
|
Policies())</tt>
|
||||||
|
<br><br>
|
||||||
Construct an adapted iterator from a base object and a policies
|
Construct an adapted iterator from a base object and a policies
|
||||||
object.
|
object.
|
||||||
|
|
||||||
@ -347,16 +349,15 @@ struct <a name="default_iterator_policies">default_iterator_policies</a>
|
|||||||
<td><tt>template <class B, class V, class R, class P><br>
|
<td><tt>template <class B, class V, class R, class P><br>
|
||||||
iterator_adaptor(const
|
iterator_adaptor(const
|
||||||
iterator_adaptor<B,Policies,V,R,P,Category,Distance>&)</tt>
|
iterator_adaptor<B,Policies,V,R,P,Category,Distance>&)</tt>
|
||||||
<br>
|
<br><br>
|
||||||
<br>
|
|
||||||
This constructor allows for conversion from non-<tt>const</tt> to
|
This constructor allows for conversion from non-<tt>const</tt> to
|
||||||
constant adapted iterators. See <a href=
|
constant adapted iterators. See <a href=
|
||||||
"#iterator_interactions">below</a> for more details.<br>
|
"#iterator_interactions">below</a> for more details.<br>
|
||||||
Requires: <tt>B</tt> is convertible to <tt>Base</tt>.
|
Requires: <tt>B</tt> is convertible to <tt>Base</tt>.
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><tt>base_type base() const;</tt> <br>
|
<td><tt>base_type base() const;</tt>
|
||||||
<br>
|
<br><br>
|
||||||
Return a copy of the base object.
|
Return a copy of the base object.
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
@ -714,6 +715,9 @@ bool operator==(const iterator_adaptor<B1,P,V1,R1,P1,C,D>&,
|
|||||||
copyright notice appears in all copies. This document is provided "as is"
|
copyright notice appears in all copies. This document is provided "as is"
|
||||||
without express or implied warranty, and with no claim as to its
|
without express or implied warranty, and with no claim as to its
|
||||||
suitability for any purpose.
|
suitability for any purpose.
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
<!-- LocalWords: HTML html charset alt gif abrahams htm const
|
<!-- LocalWords: HTML html charset alt gif abrahams htm const
|
||||||
incrementable david abrahams
|
incrementable david abrahams
|
||||||
-->
|
-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user