From f9ddcdf61bb880d128ab20dc1dc6782b140b0ab3 Mon Sep 17 00:00:00 2001 From: Raoul Gough Date: Sat, 11 Oct 2003 12:20:05 +0000 Subject: [PATCH] Include iterator in ContainerTraits requirements [SVN r20348] --- doc/v2/containers.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/v2/containers.html b/doc/v2/containers.html index b2e0352f..ee2b298c 100755 --- a/doc/v2/containers.html +++ b/doc/v2/containers.html @@ -828,6 +828,18 @@ namespace our_namespace { + + + iterator + + + + The container's iterator type. This should be a non-const + iterator unless the container itself is const. + + + + index_type