From 5450c28bc55583080b03aaf1d5a2ac101f070c67 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 30 Apr 2006 14:23:45 +0000 Subject: [PATCH] Add reference documentation for cbegin() and cend(). [SVN r2945] --- doc/ref.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/doc/ref.xml b/doc/ref.xml index 0a8ce52c..0c72c0da 100644 --- a/doc/ref.xml +++ b/doc/ref.xml @@ -286,6 +286,16 @@ An iterator which refers to the past-the-end value for the container. + + const_iterator + A constant iterator referring to the first element of the container, or if the container is empty the past-the-end value for the container. + + + + const_iterator + A constant iterator which refers to the past-the-end value for the container. + + @@ -1027,6 +1037,16 @@ An iterator which refers to the past-the-end value for the container. + + const_iterator + A constant iterator referring to the first element of the container, or if the container is empty the past-the-end value for the container. + + + + const_iterator + A constant iterator which refers to the past-the-end value for the container. + + @@ -1786,6 +1806,16 @@ An iterator which refers to the past-the-end value for the container. + + const_iterator + A constant iterator referring to the first element of the container, or if the container is empty the past-the-end value for the container. + + + + const_iterator + A constant iterator which refers to the past-the-end value for the container. + + @@ -2566,6 +2596,16 @@ An iterator which refers to the past-the-end value for the container. + + const_iterator + A constant iterator referring to the first element of the container, or if the container is empty the past-the-end value for the container. + + + + const_iterator + A constant iterator which refers to the past-the-end value for the container. + +