added another link to the generic_programming.html#policies

[SVN r9218]
This commit is contained in:
Jeremy Siek
2001-02-15 16:57:12 +00:00
parent 60cab840cb
commit 648c6240a2

View File

@ -160,7 +160,9 @@ bool operator==(const iterator_adaptor<B1,P,V1,R1,P1,C,D>&,
transform iterator using the <tt>iterator_adaptor</tt> class.</p>
<p>The main task in using <tt>iterator_adaptor</tt> is creating an
appropriate <tt>Policies</tt> class.
appropriate <tt>Policies</tt> class (a general description of the
policy class technique can be found <a href=
"../../more/generic_programming.html#policies">here</a>).
The <tt>Policies</tt> class that you pass in will become the heart of
the iterator adaptor, supplying the core iterator operations that will