Document policies() member of iterator_adaptor

[SVN r14613]
This commit is contained in:
Douglas Gregor 2002-07-26 00:03:24 +00:00
parent 7fbf84dcc6
commit 351d4ecb15

View File

@ -530,6 +530,15 @@ struct <a name="default_iterator_policies">default_iterator_policies</a>
Return a reference to the base object. This is to give the policies object Return a reference to the base object. This is to give the policies object
access to the base object. See <a href="#policies">above</a> for policies access to the base object. See <a href="#policies">above</a> for policies
iterator_adaptor interaction.<a href="#8">[8]</a> iterator_adaptor interaction.<a href="#8">[8]</a>
<tr>
<td><tt>const Policies& policies() const;</tt>
<br><br>
Return a const reference to the policies object.
<tr> <td><tt>Policies& policies();</tt>
<br><br>
Return a reference to the policies object.
</table> </table>
<h3><a name="example">Example</a></h3> <h3><a name="example">Example</a></h3>