2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

Include iterator in ContainerTraits requirements

[SVN r20348]
This commit is contained in:
Raoul Gough
2003-10-11 12:20:05 +00:00
parent 5c5ed38973
commit f9ddcdf61b

View File

@@ -828,6 +828,18 @@ namespace our_namespace {
</td>
</tr>
<tr>
<td>
<code>iterator</code>
</td>
<td>
The container's iterator type. This should be a non-const
iterator unless the container itself is const.
</td>
</tr>
<tr>
<td>
<code>index_type</code>