mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
Fix the return type of find in the unordered reference documentation.
[SVN r58404]
This commit is contained in:
@ -574,7 +574,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
<parameter name="k">
|
<parameter name="k">
|
||||||
<paramtype>key_type const&</paramtype>
|
<paramtype>key_type const&</paramtype>
|
||||||
</parameter>
|
</parameter>
|
||||||
<type>iterator</type>
|
<type>const_iterator</type>
|
||||||
</signature>
|
</signature>
|
||||||
<returns>
|
<returns>
|
||||||
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
||||||
@ -1397,7 +1397,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
<parameter name="k">
|
<parameter name="k">
|
||||||
<paramtype>key_type const&</paramtype>
|
<paramtype>key_type const&</paramtype>
|
||||||
</parameter>
|
</parameter>
|
||||||
<type>iterator</type>
|
<type>const_iterator</type>
|
||||||
</signature>
|
</signature>
|
||||||
<returns>
|
<returns>
|
||||||
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
||||||
@ -2234,7 +2234,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
<parameter name="k">
|
<parameter name="k">
|
||||||
<paramtype>key_type const&</paramtype>
|
<paramtype>key_type const&</paramtype>
|
||||||
</parameter>
|
</parameter>
|
||||||
<type>iterator</type>
|
<type>const_iterator</type>
|
||||||
</signature>
|
</signature>
|
||||||
<returns>
|
<returns>
|
||||||
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
||||||
@ -3106,7 +3106,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
<parameter name="k">
|
<parameter name="k">
|
||||||
<paramtype>key_type const&</paramtype>
|
<paramtype>key_type const&</paramtype>
|
||||||
</parameter>
|
</parameter>
|
||||||
<type>iterator</type>
|
<type>const_iterator</type>
|
||||||
</signature>
|
</signature>
|
||||||
<returns>
|
<returns>
|
||||||
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
||||||
|
Reference in New Issue
Block a user