mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 19:37:14 +02:00
Add reference documentation for cbegin() and cend().
[SVN r2945]
This commit is contained in:
40
doc/ref.xml
40
doc/ref.xml
@ -286,6 +286,16 @@
|
||||
<returns>An iterator which refers to the past-the-end value for the container.
|
||||
</returns>
|
||||
</overloaded-method>
|
||||
<method name="cbegin" cv="const">
|
||||
<type>const_iterator</type>
|
||||
<returns>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.
|
||||
</returns>
|
||||
</method>
|
||||
<method name="cend" cv="const">
|
||||
<type>const_iterator</type>
|
||||
<returns>A constant iterator which refers to the past-the-end value for the container.
|
||||
</returns>
|
||||
</method>
|
||||
</method-group>
|
||||
<method-group name="modifiers">
|
||||
<method name="size" cv="const">
|
||||
@ -1027,6 +1037,16 @@
|
||||
<returns>An iterator which refers to the past-the-end value for the container.
|
||||
</returns>
|
||||
</overloaded-method>
|
||||
<method name="cbegin" cv="const">
|
||||
<type>const_iterator</type>
|
||||
<returns>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.
|
||||
</returns>
|
||||
</method>
|
||||
<method name="cend" cv="const">
|
||||
<type>const_iterator</type>
|
||||
<returns>A constant iterator which refers to the past-the-end value for the container.
|
||||
</returns>
|
||||
</method>
|
||||
</method-group>
|
||||
<method-group name="modifiers">
|
||||
<method name="size" cv="const">
|
||||
@ -1786,6 +1806,16 @@
|
||||
<returns>An iterator which refers to the past-the-end value for the container.
|
||||
</returns>
|
||||
</overloaded-method>
|
||||
<method name="cbegin" cv="const">
|
||||
<type>const_iterator</type>
|
||||
<returns>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.
|
||||
</returns>
|
||||
</method>
|
||||
<method name="cend" cv="const">
|
||||
<type>const_iterator</type>
|
||||
<returns>A constant iterator which refers to the past-the-end value for the container.
|
||||
</returns>
|
||||
</method>
|
||||
</method-group>
|
||||
<method-group name="modifiers">
|
||||
<method name="size" cv="const">
|
||||
@ -2566,6 +2596,16 @@
|
||||
<returns>An iterator which refers to the past-the-end value for the container.
|
||||
</returns>
|
||||
</overloaded-method>
|
||||
<method name="cbegin" cv="const">
|
||||
<type>const_iterator</type>
|
||||
<returns>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.
|
||||
</returns>
|
||||
</method>
|
||||
<method name="cend" cv="const">
|
||||
<type>const_iterator</type>
|
||||
<returns>A constant iterator which refers to the past-the-end value for the container.
|
||||
</returns>
|
||||
</method>
|
||||
</method-group>
|
||||
<method-group name="modifiers">
|
||||
<method name="size" cv="const">
|
||||
|
Reference in New Issue
Block a user