mirror of
https://github.com/boostorg/utility.git
synced 2025-07-30 04:47:30 +02:00
added another link to the generic_programming.html#policies
[SVN r9218]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user