From e9105d32cbb9ff02ccf0069036a81550d9378bd6 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Fri, 16 Feb 2001 16:38:45 +0000 Subject: [PATCH] background color and a whitespace edit [SVN r9228] --- iterator_adaptors.htm | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/iterator_adaptors.htm b/iterator_adaptors.htm index e385520..1393af4 100644 --- a/iterator_adaptors.htm +++ b/iterator_adaptors.htm @@ -6,6 +6,7 @@ Boost Iterator Adaptor Library + c++boost.gif (8819 bytes) @@ -339,7 +340,8 @@ struct default_iterator_policies -
iterator_adaptor(const Base&, const Policies& = - Policies())
+ Policies()) +

Construct an adapted iterator from a base object and a policies object. @@ -347,16 +349,15 @@ struct default_iterator_policies
template <class B, class V, class R, class P>
iterator_adaptor(const iterator_adaptor<B,Policies,V,R,P,Category,Distance>&)
-
-
+

This constructor allows for conversion from non-const to constant adapted iterators. See below for more details.
Requires: B is convertible to Base.
base_type base() const;
-
+
base_type base() const; +

Return a copy of the base object.
@@ -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" without express or implied warranty, and with no claim as to its suitability for any purpose. + + +