mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Document policies() member of iterator_adaptor
[SVN r14613]
This commit is contained in:
parent
7fbf84dcc6
commit
351d4ecb15
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user