mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-09 23:14:04 +00:00
fixed documentation error
This commit is contained in:
parent
2b2c52a27f
commit
5c17744f34
@ -1305,9 +1305,12 @@ Operation: loading of a <code>multi_index_container</code> <code>m'</code> from
|
|||||||
input archive (XML archive) <code>ar</code>.
|
input archive (XML archive) <code>ar</code>.
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<b>Requires:</b> Additionally to the general requirements, <code>key_eq()</code>
|
<b>Requires:</b> Additionally to the general requirements, the binary predicate
|
||||||
must be serialization-compatible with <code>m.get<i>().key_eq()</code>,
|
<code><i>value_eq</i>(m'.get<i>())</code> must be serialization-compatible with
|
||||||
where <code>i</code> is the position of the hashed index in the container.<br>
|
<code><i>value_eq</i>(m.get<i>())</code>, where
|
||||||
|
<code><i>value_eq</i>(c)(x,y)</code> is defined as
|
||||||
|
<code>c.key_eq()(c.key_extractor()(x),c.key_extractor()(y))</code>
|
||||||
|
and <code>i</code> is the position of the hashed index in the container.<br>
|
||||||
<b>Postconditions:</b> On successful loading, the range
|
<b>Postconditions:</b> On successful loading, the range
|
||||||
[<code>begin()</code>, <code>end()</code>) contains restored copies of every
|
[<code>begin()</code>, <code>end()</code>) contains restored copies of every
|
||||||
element in [<code>m.get<i>().begin()</code>, <code>m.get<i>().end()</code>),
|
element in [<code>m.get<i>().begin()</code>, <code>m.get<i>().end()</code>),
|
||||||
@ -1371,9 +1374,9 @@ Sequenced indices
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<p>Revised August 30th 2021</p>
|
<p>Revised March 15th 2024</p>
|
||||||
|
|
||||||
<p>© Copyright 2003-2021 Joaquín M López Muñoz.
|
<p>© Copyright 2003-2024 Joaquín M López Muñoz.
|
||||||
Distributed under the Boost Software
|
Distributed under the Boost Software
|
||||||
License, Version 1.0. (See accompanying file <a href="../../../../LICENSE_1_0.txt">
|
License, Version 1.0. (See accompanying file <a href="../../../../LICENSE_1_0.txt">
|
||||||
LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
|
LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
|
||||||
|
@ -30,6 +30,7 @@ Acknowledgements
|
|||||||
<h2>Contents</h2>
|
<h2>Contents</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="#boost_1_85">Boost 1.85 release</a></li>
|
||||||
<li><a href="#boost_1_84">Boost 1.84 release</a></li>
|
<li><a href="#boost_1_84">Boost 1.84 release</a></li>
|
||||||
<li><a href="#boost_1_83">Boost 1.83 release</a></li>
|
<li><a href="#boost_1_83">Boost 1.83 release</a></li>
|
||||||
<li><a href="#boost_1_82">Boost 1.82 release</a></li>
|
<li><a href="#boost_1_82">Boost 1.82 release</a></li>
|
||||||
@ -71,6 +72,14 @@ Acknowledgements
|
|||||||
<li><a href="#boost_1_33">Boost 1.33 release</a></li>
|
<li><a href="#boost_1_33">Boost 1.33 release</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2><a name="boost_1_85">Boost 1.85 release</a></h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed documentation errors.</li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2><a name="boost_1_84">Boost 1.84 release</a></h2>
|
<h2><a name="boost_1_84">Boost 1.84 release</a></h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -806,9 +815,9 @@ Acknowledgements
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<p>Revised September 9th 2023</p>
|
<p>Revised March 15th 2024</p>
|
||||||
|
|
||||||
<p>© Copyright 2003-2023 Joaquín M López Muñoz.
|
<p>© Copyright 2003-2024 Joaquín M López Muñoz.
|
||||||
Distributed under the Boost Software
|
Distributed under the Boost Software
|
||||||
License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
|
License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
|
||||||
LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
|
LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user