mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 19:37:14 +02:00
Fix a typo.
[SVN r39027]
This commit is contained in:
@ -483,7 +483,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
<type>std::pair<iterator, iterator></type>
|
||||
</signature>
|
||||
<returns>
|
||||
<para>A range with containing all elements with key equivalent to <code>k</code>.
|
||||
<para>A range containing all elements with key equivalent to <code>k</code>.
|
||||
If the container doesn't container any such elements, returns
|
||||
<code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>.
|
||||
</para>
|
||||
@ -1099,7 +1099,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
<type>std::pair<iterator, iterator></type>
|
||||
</signature>
|
||||
<returns>
|
||||
<para>A range with containing all elements with key equivalent to <code>k</code>.
|
||||
<para>A range containing all elements with key equivalent to <code>k</code>.
|
||||
If the container doesn't container any such elements, returns
|
||||
<code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>.
|
||||
</para>
|
||||
@ -1734,7 +1734,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
<type>std::pair<iterator, iterator></type>
|
||||
</signature>
|
||||
<returns>
|
||||
<para>A range with containing all elements with key equivalent to <code>k</code>.
|
||||
<para>A range containing all elements with key equivalent to <code>k</code>.
|
||||
If the container doesn't container any such elements, returns
|
||||
<code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>.
|
||||
</para>
|
||||
@ -2378,7 +2378,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
<type>std::pair<iterator, iterator></type>
|
||||
</signature>
|
||||
<returns>
|
||||
<para>A range with containing all elements with key equivalent to <code>k</code>.
|
||||
<para>A range containing all elements with key equivalent to <code>k</code>.
|
||||
If the container doesn't container any such elements, returns
|
||||
<code><functionname>std::make_pair</functionname>(<methodname>b.end</methodname>(),<methodname>b.end</methodname>())</code>.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user