diff --git a/iterator_adaptors.htm b/iterator_adaptors.htm index 62cf274..72b5bff 100644 --- a/iterator_adaptors.htm +++ b/iterator_adaptors.htm @@ -160,7 +160,9 @@ bool operator==(const iterator_adaptor<B1,P,V1,R1,P1,C,D>&, transform iterator using the iterator_adaptor class.
The main task in using iterator_adaptor is creating an - appropriate Policies class. + appropriate Policies class (a general description of the + policy class technique can be found here). The Policies class that you pass in will become the heart of the iterator adaptor, supplying the core iterator operations that will