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. + +