summaryrefslogtreecommitdiff
path: root/doc/html/container
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-10-06 10:38:45 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-10-06 10:39:52 +0900
commit5cde13f21d36c7224b0e13d11c4b49379ae5210d (patch)
treee8269ac85a4b0f7d416e2565fa4f451b5cb41351 /doc/html/container
parentd9ec475d945d3035377a0d89ed42e382d8988891 (diff)
downloadboost-5cde13f21d36c7224b0e13d11c4b49379ae5210d.tar.gz
boost-5cde13f21d36c7224b0e13d11c4b49379ae5210d.tar.bz2
boost-5cde13f21d36c7224b0e13d11c4b49379ae5210d.zip
Imported Upstream version 1.61.0
Change-Id: I96a1f878d1e6164f01e9aadd5147f38fca448d90 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/container')
-rw-r--r--doc/html/container/Cpp11_conformance.html14
-rw-r--r--doc/html/container/acknowledgements_notes.html6
-rw-r--r--doc/html/container/exception_handling.html8
-rw-r--r--doc/html/container/extended_functionality.html34
-rw-r--r--doc/html/container/history_and_reasons.html8
-rw-r--r--doc/html/container/index.html910
-rw-r--r--doc/html/container/known_issues.html4
-rw-r--r--doc/html/container/main_features.html10
-rw-r--r--doc/html/container/non_standard_containers.html8
-rw-r--r--doc/html/container/release_notes.html95
10 files changed, 695 insertions, 402 deletions
diff --git a/doc/html/container/Cpp11_conformance.html b/doc/html/container/Cpp11_conformance.html
index 92d56ad929..8d64a70965 100644
--- a/doc/html/container/Cpp11_conformance.html
+++ b/doc/html/container/Cpp11_conformance.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>C++11/C++14 Conformance</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../container.html" title="Chapter&#160;8.&#160;Boost.Container">
<link rel="prev" href="extended_functionality.html" title="Extended functionality">
@@ -27,7 +27,7 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="container.Cpp11_conformance"></a><a class="link" href="Cpp11_conformance.html" title="C++11/C++14 Conformance">C++11/C++14 Conformance</a>
</h2></div></div></div>
-<div class="toc"><dl class="toc">
+<div class="toc"><dl>
<dt><span class="section"><a href="Cpp11_conformance.html#container.Cpp11_conformance.move_emplace">Move and Emplace</a></span></dt>
<dt><span class="section"><a href="Cpp11_conformance.html#container.Cpp11_conformance.alloc_traits_move_traits">Stateful
allocators</a></span></dt>
@@ -140,8 +140,8 @@
class and <span class="bold"><strong>backports this feature also to C++03 compilers</strong></span>.
Due to C++03 limitations, in those compilers the allocator propagation implemented
by <code class="computeroutput"><span class="identifier">scoped_allocator_adaptor</span><span class="special">::</span><span class="identifier">construct</span></code>
- functions will be based on traits (<code class="computeroutput"><a class="link" href="../boost/container/construc_idm46583867843104.html" title="Struct template constructible_with_allocator_suffix">constructible_with_allocator_suffix</a></code>
- and <code class="computeroutput"><a class="link" href="../boost/container/construc_idm46583867853472.html" title="Struct template constructible_with_allocator_prefix">constructible_with_allocator_prefix</a></code>)
+ functions will be based on traits (<code class="computeroutput"><a class="link" href="../boost/container/constructible__idp22241136.html" title="Struct template constructible_with_allocator_suffix">constructible_with_allocator_suffix</a></code>
+ and <code class="computeroutput"><a class="link" href="../boost/container/constructible__idp22250512.html" title="Struct template constructible_with_allocator_prefix">constructible_with_allocator_prefix</a></code>)
proposed in <a href="http://www.open-std.org/jtc1/sc22/WG21/docs/papers/2008/n2554.pdf" target="_top">N2554:
The Scoped Allocator Model (Rev 2) proposal</a>. In conforming C++11
compilers or compilers supporting SFINAE expressions (when <code class="computeroutput"><span class="identifier">BOOST_NO_SFINAE_EXPR</span></code> is NOT defined), traits
@@ -167,7 +167,7 @@
implements the C++11 changes that were specified in <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1780.html" target="_top">N1780
<span class="emphasis"><em>Comments on LWG issue 233: Insertion hints in associative containers</em></span></a>:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<code class="computeroutput"><span class="identifier">a_eq</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span><span class="identifier">t</span><span class="special">)</span></code>:
If a range containing elements equivalent to t exists in a_eq, t is inserted
@@ -301,7 +301,7 @@
solution. For issues with <code class="computeroutput"><span class="identifier">vector</span><span class="special">&lt;</span><span class="keyword">bool</span><span class="special">&gt;</span></code>
see the following papers:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<a href="http://howardhinnant.github.io/onvectorbool.html" target="_top">On <code class="computeroutput"><span class="identifier">vector</span><span class="special">&lt;</span><span class="keyword">bool</span><span class="special">&gt;</span></code></a>
</li>
@@ -321,7 +321,7 @@
<p>
Quotes:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<span class="quote">&#8220;<span class="quote"><span class="emphasis"><em>But it is a shame that the C++ committee gave this excellent
data structure the name vector&lt;bool&gt; and that it gives no guidance
diff --git a/doc/html/container/acknowledgements_notes.html b/doc/html/container/acknowledgements_notes.html
index 8e560e993d..8ced226c36 100644
--- a/doc/html/container/acknowledgements_notes.html
+++ b/doc/html/container/acknowledgements_notes.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Acknowledgements, notes and links</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../container.html" title="Chapter&#160;8.&#160;Boost.Container">
<link rel="prev" href="../boost/container/pmr/vector_of.html" title="Struct template vector_of">
@@ -28,7 +28,7 @@
<a name="container.acknowledgements_notes"></a><a class="link" href="acknowledgements_notes.html" title="Acknowledgements, notes and links">Acknowledgements, notes
and links</a>
</h2></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Original standard container code comes from <a href="http://www.sgi.com/tech/stl/" target="_top">SGI
STL library</a>, which enhanced the original HP STL code. Code was
@@ -53,7 +53,7 @@
<code class="computeroutput"><span class="identifier">static_vector</span></code> was based
on Andrew Hundt's and Adam Wulkiewicz's high-performance <code class="computeroutput"><span class="identifier">varray</span></code> class. Many performance improvements
of <code class="computeroutput"><span class="identifier">vector</span></code> were also inspired
- in their implementation. Thanks!
+ by their implementation. Thanks!
</li>
<li class="listitem">
Howard Hinnant's help and advices were essential when implementing move
diff --git a/doc/html/container/exception_handling.html b/doc/html/container/exception_handling.html
index 69fbeaa2c7..3fb6e65df5 100644
--- a/doc/html/container/exception_handling.html
+++ b/doc/html/container/exception_handling.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Boost.Container and C++ exceptions</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../container.html" title="Chapter&#160;8.&#160;Boost.Container">
<link rel="prev" href="main_features.html" title="Main features">
@@ -34,7 +34,7 @@
EASTL -- Electronic Arts Standard Template Library</a> exceptions can be
disabled for several reasons:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<span class="quote">&#8220;<span class="quote"><span class="emphasis"><em>Exception handling incurs some kind of cost in all compiler
implementations, including those that avoid the cost during normal execution.
@@ -88,7 +88,7 @@
When dealing with user-defined classes, (e.g. when constructing user-defined
classes):
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
If <code class="computeroutput"><span class="identifier">BOOST_NO_EXCEPTIONS</span></code>
is defined, the library avoids using <code class="computeroutput"><span class="keyword">try</span></code>/<code class="computeroutput"><span class="keyword">catch</span></code>/<code class="computeroutput"><span class="keyword">throw</span></code>
@@ -106,7 +106,7 @@
when an incorrect index is used in <code class="computeroutput"><span class="identifier">vector</span><span class="special">::</span><span class="identifier">at</span></code>), the
library calls a throw-callback declared in <code class="computeroutput"><a class="link" href="../boost_container_header_reference.html#header.boost.container.throw_exception_hpp" title="Header &lt;boost/container/throw_exception.hpp&gt;">boost/container/throw_exception.hpp</a></code>:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
If <code class="computeroutput"><span class="identifier">BOOST_CONTAINER_USER_DEFINED_THROW_CALLBACKS</span></code>
is defined, then the programmer must provide its own definition for all
diff --git a/doc/html/container/extended_functionality.html b/doc/html/container/extended_functionality.html
index 7564f9c910..8d37baabb9 100644
--- a/doc/html/container/extended_functionality.html
+++ b/doc/html/container/extended_functionality.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Extended functionality</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../container.html" title="Chapter&#160;8.&#160;Boost.Container">
<link rel="prev" href="non_standard_containers.html" title="Non-standard containers">
@@ -27,7 +27,7 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="container.extended_functionality"></a><a class="link" href="extended_functionality.html" title="Extended functionality">Extended functionality</a>
</h2></div></div></div>
-<div class="toc"><dl class="toc">
+<div class="toc"><dl>
<dt><span class="section"><a href="extended_functionality.html#container.extended_functionality.default_initialialization">Default
initialization for vector-like containers</a></span></dt>
<dt><span class="section"><a href="extended_functionality.html#container.extended_functionality.ordered_range_insertion">Ordered
@@ -117,13 +117,13 @@
<p>
The following parameters can be configured:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
The underlying <span class="bold"><strong>tree implementation</strong></span> type
(<code class="computeroutput"><a class="link" href="../boost/container/tree_type.html" title="Struct template tree_type">tree_type</a></code>).
By default these containers use a red-black tree but the user can use
other tree types:
- <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<a href="http://en.wikipedia.org/wiki/Red%E2%80%93black_tree" target="_top">Red-Black
Tree</a>
@@ -308,7 +308,7 @@
make use of a new general purpose allocator since new and delete don't offer
expansion and burst capabilities.
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<span class="bold"><strong>Boost.Container</strong></span> containers support an
extended allocator interface based on an evolution of proposals <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1953.html" target="_top">N1953:
@@ -443,21 +443,21 @@
of the proposal under the namespace <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">container</span><span class="special">::</span><span class="identifier">pmr</span></code>.
There are two groups,
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Header only utilities (these don't require the separately compiled library):
- <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<code class="computeroutput"><a class="link" href="../boost/container/pmr/memory_resource.html" title="Class memory_resource">memory_resource</a></code>.
</li>
<li class="listitem">
- <code class="computeroutput"><a class="link" href="../boost/container/pmr/resource_adaptor.html" title="Type definition resource_adaptor">resource_adaptor</a></code>.
+ <code class="computeroutput">resource_adaptor</code>.
</li>
</ul></div>
</li>
<li class="listitem">
Utilities that require the the separately compiled library:
- <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<code class="computeroutput"><a class="link" href="../boost/container/pmr/polymorphic_allocator.html" title="Class template polymorphic_allocator">polymorphic_allocator</a></code>.
</li>
@@ -465,7 +465,7 @@
<code class="computeroutput"><a class="link" href="../boost/container/pmr/monotonic_buffer_resource.html" title="Class monotonic_buffer_resource">monotonic_buffer_resource</a></code>.
</li>
<li class="listitem">
- <code class="computeroutput"><a class="link" href="../boost/container/pmr/unsynchr_idm46583871327984.html" title="Class unsynchronized_pool_resource">unsynchronized_pool_resource</a></code>.
+ <code class="computeroutput"><a class="link" href="../boost/container/pmr/unsynchronized_idp18772352.html" title="Class unsynchronized_pool_resource">unsynchronized_pool_resource</a></code>.
</li>
<li class="listitem">
<code class="computeroutput"><a class="link" href="../boost/container/pmr/synchronized_pool_resource.html" title="Class synchronized_pool_resource">synchronized_pool_resource</a></code>.
@@ -478,7 +478,7 @@
</li>
<li class="listitem">
Aliases for boost containers using the polymorphic allocator (like
- <code class="computeroutput"><a class="link" href="../boost_container_header_reference.html#boost.container.pmr.vector">pmr::vector</a></code>,
+ <code class="computeroutput">pmr::vector</code>,
etc.)
</li>
</ul></div>
@@ -506,7 +506,7 @@
can be defined to support an polymorphic memory resource that can allocate
memory from different underlying mechanisms. The most important details are:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
It should declare that supports an allocator defining an <code class="computeroutput"><span class="identifier">allocator_type</span></code> typedef. This <code class="computeroutput"><span class="identifier">allocator_type</span></code> will be of type <code class="computeroutput"><a class="link" href="../boost/container/pmr/memory_resource.html" title="Class memory_resource">memory_resource *</a></code>,
which is a base class for polymorphic resources.
@@ -514,7 +514,7 @@
<li class="listitem">
It must define constructors that take the the allocator as argument.
It can be implemented in two ways:
- <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<code class="computeroutput"><span class="identifier">ShoppingList</span></code> has
constructors taking <code class="computeroutput"><a class="link" href="../boost/container/pmr/memory_resource.html" title="Class memory_resource">memory_resource*</a></code>
@@ -532,8 +532,8 @@
<p>
<span class="bold"><strong>Note:</strong></span> <span class="emphasis"><em>In C++03 compilers, it is
required that the programmer specializes as <code class="computeroutput"><span class="keyword">true</span></code>
- <code class="computeroutput"><a class="link" href="../boost/container/construc_idm46583867843104.html" title="Struct template constructible_with_allocator_suffix">constructible_with_allocator_suffix</a></code>
- or <code class="computeroutput"><a class="link" href="../boost/container/construc_idm46583867853472.html" title="Struct template constructible_with_allocator_prefix">constructible_with_allocator_prefix</a></code>
+ <code class="computeroutput"><a class="link" href="../boost/container/constructible__idp22241136.html" title="Struct template constructible_with_allocator_suffix">constructible_with_allocator_suffix</a></code>
+ or <code class="computeroutput"><a class="link" href="../boost/container/constructible__idp22250512.html" title="Struct template constructible_with_allocator_prefix">constructible_with_allocator_prefix</a></code>
as in C++03 there is no way to automatically detect the chosen option at
compile time. If no specialization is done, <span class="bold"><strong>Boost.Container</strong></span>
assumes the suffix option</em></span>.
@@ -650,8 +650,8 @@
using different allocators, you can insert <code class="computeroutput"><span class="identifier">temporaryShoppingList</span></code>
into folder because they have the same <code class="computeroutput"><span class="identifier">ShoppingList</span></code>
type. Also, while <code class="computeroutput"><span class="identifier">ShoppingList</span></code>
- uses memory_resource directly, <code class="computeroutput"><a class="link" href="../boost_container_header_reference.html#boost.container.pmr.list">pmr::list</a></code>,
- <code class="computeroutput"><a class="link" href="../boost_container_header_reference.html#boost.container.pmr.vector">pmr::vector</a></code> and
+ uses memory_resource directly, <code class="computeroutput">pmr::list</code>,
+ <code class="computeroutput">pmr::vector</code> and
<code class="computeroutput"><a class="link" href="../boost_container_header_reference.html#boost.container.pmr.string">pmr::string</a></code> all
use <code class="computeroutput"><a class="link" href="../boost/container/pmr/polymorphic_allocator.html" title="Class template polymorphic_allocator">polymorphic_allocator</a></code>.</em></span>
</p>
diff --git a/doc/html/container/history_and_reasons.html b/doc/html/container/history_and_reasons.html
index ed53efb356..96a59dc43d 100644
--- a/doc/html/container/history_and_reasons.html
+++ b/doc/html/container/history_and_reasons.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>History and reasons to use Boost.Container</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../container.html" title="Chapter&#160;8.&#160;Boost.Container">
<link rel="prev" href="known_issues.html" title="Known Issues">
@@ -28,7 +28,7 @@
<a name="container.history_and_reasons"></a><a class="link" href="history_and_reasons.html" title="History and reasons to use Boost.Container">History and reasons to use
Boost.Container</a>
</h2></div></div></div>
-<div class="toc"><dl class="toc">
+<div class="toc"><dl>
<dt><span class="section"><a href="history_and_reasons.html#container.history_and_reasons.boost_container_history">Boost.Container
history</a></span></dt>
<dt><span class="section"><a href="history_and_reasons.html#container.history_and_reasons.Why_boost_container">Why
@@ -77,7 +77,7 @@
would you want to use <span class="bold"><strong>Boost.Container</strong></span>? There
are several reasons for that:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
If you have a C++03 compiler, you can have access to C++11 features and
have an easy code migration when you change your compiler.
@@ -94,7 +94,7 @@
If you work on multiple platforms, you'll have a portable behaviour without
depending on the std-lib implementation conformance of each platform.
Some examples:
- <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
Default constructors don't allocate memory at all, which improves
performance and usually implies a no-throw guarantee (if predicate's
diff --git a/doc/html/container/index.html b/doc/html/container/index.html
index 18fae3e2fc..9e479fd6ba 100644
--- a/doc/html/container/index.html
+++ b/doc/html/container/index.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Indexes</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../container.html" title="Chapter&#160;8.&#160;Boost.Container">
<link rel="prev" href="history_and_reasons.html" title="History and reasons to use Boost.Container">
@@ -27,140 +27,136 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="container.index"></a><a class="link" href="index.html" title="Indexes">Indexes</a>
</h2></div></div></div>
-<div class="toc"><dl class="toc">
-<dt><span class="section"><a href="index.html#idm45555416051216">Class Index</a></span></dt>
-<dt><span class="section"><a href="index.html#idm45555415898064">Typedef Index</a></span></dt>
-<dt><span class="section"><a href="index.html#idm45555415282304">Function Index</a></span></dt>
+<div class="toc"><dl>
+<dt><span class="section"><a href="index.html#idp68927520">Class Index</a></span></dt>
+<dt><span class="section"><a href="index.html#idp69078304">Typedef Index</a></span></dt>
+<dt><span class="section"><a href="index.html#idp69694864">Function Index</a></span></dt>
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idm45555416051216"></a>Class Index</h3></div></div></div>
+<a name="idp68927520"></a>Class Index</h3></div></div></div>
<p><a class="link" href="../circular_buffer/s14.html#idx_id_0">A</a> <a class="link" href="../circular_buffer/s14.html#idx_id_1">B</a> <a class="link" href="../circular_buffer/s14.html#idx_id_2">C</a> <a class="link" href="../circular_buffer/s14.html#idx_id_3">D</a> <a class="link" href="../circular_buffer/s14.html#idx_id_4">E</a> <a class="link" href="../circular_buffer/s14.html#idx_id_5">F</a> <a class="link" href="../circular_buffer/s14.html#idx_id_10">L</a> <a class="link" href="../circular_buffer/s14.html#idx_id_12">N</a> <a class="link" href="../circular_buffer/s14.html#idx_id_13">O</a> <a class="link" href="../circular_buffer/s14.html#idx_id_14">P</a> <a class="link" href="index.html#idx_id_15">R</a> <a class="link" href="index.html#idx_id_16">S</a> <a class="link" href="index.html#idx_id_17">T</a> <a class="link" href="index.html#idx_id_18">U</a> <a class="link" href="index.html#idx_id_19">V</a></p>
-<div class="variablelist"><dl class="variablelist">
+<div class="variablelist"><dl>
<dt>
<a name="idx_id_0"></a><span class="term">A</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">adaptive_pool</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">allocator</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.polymorphic_memory_resources" title="Polymorphic Memory Resources"><span class="index-entry-level-1">Polymorphic Memory Resources </span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/construc_idm46583867853472.html" title="Struct template constructible_with_allocator_prefix"><span class="index-entry-level-1">Struct template constructible_with_allocator_prefix</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/construc_idm46583867843104.html" title="Struct template constructible_with_allocator_suffix"><span class="index-entry-level-1">Struct template constructible_with_allocator_suffix</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp22250512.html" title="Struct template constructible_with_allocator_prefix"><span class="index-entry-level-1">Struct template constructible_with_allocator_prefix</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp22241136.html" title="Struct template constructible_with_allocator_suffix"><span class="index-entry-level-1">Struct template constructible_with_allocator_suffix</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">allocator_traits</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_traits.html" title="Struct template allocator_traits"><span class="index-entry-level-1">Struct template allocator_traits</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_traits.html" title="Struct template allocator_traits"><span class="index-entry-level-1">Struct template allocator_traits</span></a></p></li></ul></div>
</li>
</ul></div></dd>
<dt>
<a name="idx_id_1"></a><span class="term">B</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">basic_string</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li></ul></div>
</li></ul></div></dd>
<dt>
<a name="idx_id_2"></a><span class="term">C</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">constructible_with_allocator_prefix</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/construc_idm46583867853472.html" title="Struct template constructible_with_allocator_prefix"><span class="index-entry-level-1">Struct template constructible_with_allocator_prefix</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp22250512.html" title="Struct template constructible_with_allocator_prefix"><span class="index-entry-level-1">Struct template constructible_with_allocator_prefix</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">constructible_with_allocator_suffix</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/construc_idm46583867843104.html" title="Struct template constructible_with_allocator_suffix"><span class="index-entry-level-1">Struct template constructible_with_allocator_suffix</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp22241136.html" title="Struct template constructible_with_allocator_suffix"><span class="index-entry-level-1">Struct template constructible_with_allocator_suffix</span></a></p></li></ul></div>
</li>
</ul></div></dd>
<dt>
<a name="idx_id_3"></a><span class="term">D</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">default_init_t</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/default_init_t.html" title="Struct default_init_t"><span class="index-entry-level-1">Struct default_init_t</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/default_init_t.html" title="Struct default_init_t"><span class="index-entry-level-1">Struct default_init_t</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">deque</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li></ul></div>
-</li>
-<li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">deque_base</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li></ul></div>
</li>
</ul></div></dd>
<dt>
<a name="idx_id_4"></a><span class="term">E</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">erased_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/erased_type.html" title="Struct erased_type"><span class="index-entry-level-1">Struct erased_type</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/erased_type.html" title="Struct erased_type"><span class="index-entry-level-1">Struct erased_type</span></a></p></li></ul></div>
</li></ul></div></dd>
<dt>
<a name="idx_id_5"></a><span class="term">F</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">flat_map</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">flat_multimap</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li></ul></div>
</li>
</ul></div></dd>
<dt>
<a name="idx_id_10"></a><span class="term">L</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">list</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li></ul></div>
</li></ul></div></dd>
<dt>
<a name="idx_id_12"></a><span class="term">N</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">new_allocator</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allo_idm46583871819392.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp18277760.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator.html" title="Class template new_allocator"><span class="index-entry-level-1">Class template new_allocator</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">node_allocator</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/node_allocator.html" title="Class template node_allocator"><span class="index-entry-level-1">Class template node_allocator</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/node_allocator.html" title="Class template node_allocator"><span class="index-entry-level-1">Class template node_allocator</span></a></p></li></ul></div>
</li>
</ul></div></dd>
<dt>
<a name="idx_id_13"></a><span class="term">O</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">ordered_range_t</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/ordered_range_t.html" title="Struct ordered_range_t"><span class="index-entry-level-1">Struct ordered_range_t</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/ordered_unique_range_t.html" title="Struct ordered_unique_range_t"><span class="index-entry-level-1">Struct ordered_unique_range_t</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">ordered_unique_range_t</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/ordered_unique_range_t.html" title="Struct ordered_unique_range_t"><span class="index-entry-level-1">Struct ordered_unique_range_t</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/ordered_unique_range_t.html" title="Struct ordered_unique_range_t"><span class="index-entry-level-1">Struct ordered_unique_range_t</span></a></p></li></ul></div>
</li>
</ul></div></dd>
<dt>
<a name="idx_id_14"></a><span class="term">P</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">portable_rebind_alloc</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_traits.html" title="Struct template allocator_traits"><span class="index-entry-level-1">Struct template allocator_traits</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_traits/portable_rebind_alloc.html" title="Struct template portable_rebind_alloc"><span class="index-entry-level-1">Struct template portable_rebind_alloc</span></a></p></li>
</ul></div>
@@ -168,10 +164,10 @@
<dt>
<a name="idx_id_15"></a><span class="term">R</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">rebind</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allo_idm46583871819392.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp18277760.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator.html" title="Class template new_allocator"><span class="index-entry-level-1">Class template new_allocator</span></a></p></li>
@@ -184,61 +180,61 @@
<dt>
<a name="idx_id_16"></a><span class="term">S</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">slist</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_i_idm46583869902464.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp20194992.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">small_vector</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector.html" title="Class template small_vector"><span class="index-entry-level-1">Class template small_vector</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector.html" title="Class template small_vector"><span class="index-entry-level-1">Class template small_vector</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">small_vector_allocator</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_allocator.html" title="Class template small_vector_allocator"><span class="index-entry-level-1">Class template small_vector_allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_base.html" title="Class template small_vector_base"><span class="index-entry-level-1">Class template small_vector_base</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">small_vector_base</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector.html" title="Class template small_vector"><span class="index-entry-level-1">Class template small_vector</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_base.html" title="Class template small_vector_base"><span class="index-entry-level-1">Class template small_vector_base</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">stable_vector</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">static_vector</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li></ul></div>
</li>
</ul></div></dd>
<dt>
<a name="idx_id_17"></a><span class="term">T</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">tree_assoc_options</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/tree_assoc_options.html" title="Struct template tree_assoc_options"><span class="index-entry-level-1">Struct template tree_assoc_options</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/tree_assoc_options.html" title="Struct template tree_assoc_options"><span class="index-entry-level-1">Struct template tree_assoc_options</span></a></p></li></ul></div>
</li></ul></div></dd>
<dt>
<a name="idx_id_18"></a><span class="term">U</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">uses_allocator</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/uses_allocator.html" title="Struct template uses_allocator"><span class="index-entry-level-1">Struct template uses_allocator</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/uses_allocator.html" title="Struct template uses_allocator"><span class="index-entry-level-1">Struct template uses_allocator</span></a></p></li></ul></div>
</li></ul></div></dd>
<dt>
<a name="idx_id_19"></a><span class="term">V</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">vector</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_base.html" title="Class template small_vector_base"><span class="index-entry-level-1">Class template small_vector_base</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
</ul></div>
@@ -247,27 +243,27 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idm45555415898064"></a>Typedef Index</h3></div></div></div>
-<p><a class="link" href="index.html#idx_id_21">A</a> <a class="link" href="index.html#idx_id_23">C</a> <a class="link" href="index.html#idx_id_24">D</a> <a class="link" href="index.html#idx_id_29">I</a> <a class="link" href="index.html#idx_id_30">K</a> <a class="link" href="index.html#idx_id_32">M</a> <a class="link" href="index.html#idx_id_33">N</a> <a class="link" href="index.html#idx_id_34">O</a> <a class="link" href="index.html#idx_id_35">P</a> <a class="link" href="index.html#idx_id_36">R</a> <a class="link" href="index.html#idx_id_37">S</a> <a class="link" href="index.html#idx_id_38">T</a> <a class="link" href="index.html#idx_id_40">V</a> <a class="link" href="index.html#idx_id_41">W</a></p>
-<div class="variablelist"><dl class="variablelist">
+<a name="idp69078304"></a>Typedef Index</h3></div></div></div>
+<p><a class="link" href="index.html#idx_id_22">A</a> <a class="link" href="index.html#idx_id_24">C</a> <a class="link" href="index.html#idx_id_25">D</a> <a class="link" href="index.html#idx_id_30">I</a> <a class="link" href="index.html#idx_id_31">K</a> <a class="link" href="index.html#idx_id_33">M</a> <a class="link" href="index.html#idx_id_34">N</a> <a class="link" href="index.html#idx_id_35">O</a> <a class="link" href="index.html#idx_id_36">P</a> <a class="link" href="index.html#idx_id_37">R</a> <a class="link" href="index.html#idx_id_38">S</a> <a class="link" href="index.html#idx_id_39">T</a> <a class="link" href="index.html#idx_id_41">V</a> <a class="link" href="index.html#idx_id_42">W</a></p>
+<div class="variablelist"><dl>
<dt>
-<a name="idx_id_21"></a><span class="term">A</span>
+<a name="idx_id_22"></a><span class="term">A</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">allocation_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">allocator_arg_t</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.uses_allocator_fwd_hpp" title="Header &lt;boost/container/uses_allocator_fwd.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/uses_allocator_fwd.hpp &gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_arg_t.html" title="Type definition allocator_arg_t"><span class="index-entry-level-1">Type definition allocator_arg_t</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">allocator_traits_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
@@ -279,7 +275,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">allocator_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -297,18 +293,18 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.polymorphic_memory_resources" title="Polymorphic Memory Resources"><span class="index-entry-level-1">Polymorphic Memory Resources </span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_traits.html" title="Struct template allocator_traits"><span class="index-entry-level-1">Struct template allocator_traits</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/construc_idm46583867853472.html" title="Struct template constructible_with_allocator_prefix"><span class="index-entry-level-1">Struct template constructible_with_allocator_prefix</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/construc_idm46583867843104.html" title="Struct template constructible_with_allocator_suffix"><span class="index-entry-level-1">Struct template constructible_with_allocator_suffix</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp22250512.html" title="Struct template constructible_with_allocator_prefix"><span class="index-entry-level-1">Struct template constructible_with_allocator_prefix</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp22241136.html" title="Struct template constructible_with_allocator_suffix"><span class="index-entry-level-1">Struct template constructible_with_allocator_suffix</span></a></p></li>
</ul></div>
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_23"></a><span class="term">C</span>
+<a name="idx_id_24"></a><span class="term">C</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">const_iterator</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -328,8 +324,8 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">const_pointer</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allo_idm46583871819392.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp18277760.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
@@ -356,7 +352,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">const_reference</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
@@ -382,7 +378,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">const_reverse_iterator</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -401,7 +397,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">const_void_pointer</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_allocator.html" title="Class template small_vector_allocator"><span class="index-entry-level-1">Class template small_vector_allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_traits.html" title="Struct template allocator_traits"><span class="index-entry-level-1">Struct template allocator_traits</span></a></p></li>
@@ -409,15 +405,15 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">container_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_i_idm46583869902464.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp20194992.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li></ul></div>
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_24"></a><span class="term">D</span>
+<a name="idx_id_25"></a><span class="term">D</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">difference_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
@@ -426,7 +422,7 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_i_idm46583869902464.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp20194992.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
@@ -444,21 +440,21 @@
</ul></div>
</li></ul></div></dd>
<dt>
-<a name="idx_id_29"></a><span class="term">I</span>
+<a name="idx_id_30"></a><span class="term">I</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">inner_allocator_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">inner_traits_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">is_always_equal</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allo_idm46583871819392.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp18277760.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator.html" title="Class template new_allocator"><span class="index-entry-level-1">Class template new_allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_allocator.html" title="Class template small_vector_allocator"><span class="index-entry-level-1">Class template small_vector_allocator</span></a></p></li>
@@ -467,14 +463,14 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">is_partially_propagable</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_allocator.html" title="Class template small_vector_allocator"><span class="index-entry-level-1">Class template small_vector_allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_traits.html" title="Struct template allocator_traits"><span class="index-entry-level-1">Struct template allocator_traits</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">iterator</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -494,16 +490,16 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">iterator_category</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_i_idm46583869902464.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp20194992.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li></ul></div>
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_30"></a><span class="term">K</span>
+<a name="idx_id_31"></a><span class="term">K</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">key_compare</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
@@ -516,7 +512,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">key_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
@@ -529,12 +525,12 @@
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_32"></a><span class="term">M</span>
+<a name="idx_id_33"></a><span class="term">M</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">mapped_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
@@ -543,7 +539,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">movable_value_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
@@ -552,23 +548,23 @@
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_33"></a><span class="term">N</span>
+<a name="idx_id_34"></a><span class="term">N</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">nonconst_value_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
</ul></div>
</li></ul></div></dd>
<dt>
-<a name="idx_id_34"></a><span class="term">O</span>
+<a name="idx_id_35"></a><span class="term">O</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">other</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allo_idm46583871819392.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp18277760.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator.html" title="Class template new_allocator"><span class="index-entry-level-1">Class template new_allocator</span></a></p></li>
@@ -580,21 +576,21 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">outer_allocator_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">outer_traits_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li></ul></div>
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_35"></a><span class="term">P</span>
+<a name="idx_id_36"></a><span class="term">P</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">pointer</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allo_idm46583871819392.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp18277760.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
@@ -603,7 +599,7 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_i_idm46583869902464.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp20194992.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
@@ -622,7 +618,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">propagate_on_container_copy_assignment</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_allocator.html" title="Class template small_vector_allocator"><span class="index-entry-level-1">Class template small_vector_allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_traits.html" title="Struct template allocator_traits"><span class="index-entry-level-1">Struct template allocator_traits</span></a></p></li>
@@ -630,8 +626,8 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">propagate_on_container_move_assignment</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allo_idm46583871819392.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp18277760.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator.html" title="Class template new_allocator"><span class="index-entry-level-1">Class template new_allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_allocator.html" title="Class template small_vector_allocator"><span class="index-entry-level-1">Class template small_vector_allocator</span></a></p></li>
@@ -640,7 +636,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">propagate_on_container_swap</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_allocator.html" title="Class template small_vector_allocator"><span class="index-entry-level-1">Class template small_vector_allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_traits.html" title="Struct template allocator_traits"><span class="index-entry-level-1">Struct template allocator_traits</span></a></p></li>
@@ -648,12 +644,12 @@
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_36"></a><span class="term">R</span>
+<a name="idx_id_37"></a><span class="term">R</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">reference</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
@@ -662,7 +658,7 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_i_idm46583869902464.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp20194992.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
@@ -680,7 +676,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">reverse_iterator</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -699,16 +695,16 @@
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_37"></a><span class="term">S</span>
+<a name="idx_id_38"></a><span class="term">S</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">self_t</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">size_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
@@ -735,7 +731,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">stored_allocator_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -754,7 +750,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">string</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.pmr.string_hpp" title="Header &lt;boost/container/pmr/string.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/pmr/string.hpp &gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.string_hpp" title="Header &lt;boost/container/string.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/string.hpp &gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/string.html" title="Type definition string"><span class="index-entry-level-1">Type definition string</span></a></p></li>
@@ -762,23 +758,23 @@
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_38"></a><span class="term">T</span>
+<a name="idx_id_39"></a><span class="term">T</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">traits_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">tree_assoc_defaults</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.container_fwd_hpp" title="Header &lt;boost/container/container_fwd.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/container_fwd.hpp &gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/tree_assoc_defaults.html" title="Type definition tree_assoc_defaults"><span class="index-entry-level-1">Type definition tree_assoc_defaults</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_traits.html" title="Struct template allocator_traits"><span class="index-entry-level-1">Struct template allocator_traits</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/basic_string_of.html" title="Struct template basic_string_of"><span class="index-entry-level-1">Struct template basic_string_of</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/deque_of.html" title="Struct template deque_of"><span class="index-entry-level-1">Struct template deque_of</span></a></p></li>
@@ -801,12 +797,12 @@
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_40"></a><span class="term">V</span>
+<a name="idx_id_41"></a><span class="term">V</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">value_compare</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
@@ -819,8 +815,8 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">value_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allo_idm46583871819392.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp18277760.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
@@ -829,7 +825,7 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_i_idm46583869902464.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp20194992.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
@@ -849,7 +845,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">version</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/node_allocator.html" title="Class template node_allocator"><span class="index-entry-level-1">Class template node_allocator</span></a></p></li>
@@ -857,7 +853,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">void_pointer</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_allocator.html" title="Class template small_vector_allocator"><span class="index-entry-level-1">Class template small_vector_allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_traits.html" title="Struct template allocator_traits"><span class="index-entry-level-1">Struct template allocator_traits</span></a></p></li>
@@ -865,11 +861,11 @@
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_41"></a><span class="term">W</span>
+<a name="idx_id_42"></a><span class="term">W</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">wstring</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.pmr.string_hpp" title="Header &lt;boost/container/pmr/string.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/pmr/string.hpp &gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.string_hpp" title="Header &lt;boost/container/string.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/string.hpp &gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/wstring.html" title="Type definition wstring"><span class="index-entry-level-1">Type definition wstring</span></a></p></li>
@@ -879,16 +875,16 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idm45555415282304"></a>Function Index</h3></div></div></div>
-<p><a class="link" href="index.html#idx_id_42">A</a> <a class="link" href="index.html#idx_id_43">B</a> <a class="link" href="index.html#idx_id_44">C</a> <a class="link" href="index.html#idx_id_45">D</a> <a class="link" href="index.html#idx_id_46">E</a> <a class="link" href="index.html#idx_id_47">F</a> <a class="link" href="index.html#idx_id_48">G</a> <a class="link" href="index.html#idx_id_49">H</a> <a class="link" href="index.html#idx_id_50">I</a> <a class="link" href="index.html#idx_id_52">L</a> <a class="link" href="index.html#idx_id_53">M</a> <a class="link" href="index.html#idx_id_54">N</a> <a class="link" href="index.html#idx_id_55">O</a> <a class="link" href="index.html#idx_id_56">P</a> <a class="link" href="index.html#idx_id_57">R</a> <a class="link" href="index.html#idx_id_58">S</a> <a class="link" href="index.html#idx_id_59">T</a> <a class="link" href="index.html#idx_id_60">U</a></p>
-<div class="variablelist"><dl class="variablelist">
+<a name="idp69694864"></a>Function Index</h3></div></div></div>
+<p><a class="link" href="index.html#idx_id_44">A</a> <a class="link" href="index.html#idx_id_45">B</a> <a class="link" href="index.html#idx_id_46">C</a> <a class="link" href="index.html#idx_id_47">D</a> <a class="link" href="index.html#idx_id_48">E</a> <a class="link" href="index.html#idx_id_49">F</a> <a class="link" href="index.html#idx_id_50">G</a> <a class="link" href="index.html#idx_id_51">H</a> <a class="link" href="index.html#idx_id_52">I</a> <a class="link" href="index.html#idx_id_54">L</a> <a class="link" href="index.html#idx_id_55">M</a> <a class="link" href="index.html#idx_id_56">N</a> <a class="link" href="index.html#idx_id_57">O</a> <a class="link" href="index.html#idx_id_58">P</a> <a class="link" href="index.html#idx_id_59">R</a> <a class="link" href="index.html#idx_id_60">S</a> <a class="link" href="index.html#idx_id_61">T</a> <a class="link" href="index.html#idx_id_62">U</a> <a class="link" href="index.html#idx_id_63">V</a> <a class="link" href="index.html#idx_id_65">Y</a></p>
+<div class="variablelist"><dl>
<dt>
-<a name="idx_id_42"></a><span class="term">A</span>
+<a name="idx_id_44"></a><span class="term">A</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">allocate</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/memory_resource.html" title="Class memory_resource"><span class="index-entry-level-1">Class memory_resource</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
@@ -903,15 +899,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">allocate_individual</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/node_allocator.html" title="Class template node_allocator"><span class="index-entry-level-1">Class template node_allocator</span></a></p></li>
-</ul></div>
-</li>
-<li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">allocate_many</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/node_allocator.html" title="Class template node_allocator"><span class="index-entry-level-1">Class template node_allocator</span></a></p></li>
@@ -919,7 +907,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">allocate_one</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/node_allocator.html" title="Class template node_allocator"><span class="index-entry-level-1">Class template node_allocator</span></a></p></li>
@@ -927,7 +915,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">allocation_command</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/node_allocator.html" title="Class template node_allocator"><span class="index-entry-level-1">Class template node_allocator</span></a></p></li>
@@ -935,22 +923,38 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">allocator</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/synchronized_pool_resource.html" title="Class synchronized_pool_resource"><span class="index-entry-level-1">Class synchronized_pool_resource</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/unsynchr_idm46583871327984.html" title="Class unsynchronized_pool_resource"><span class="index-entry-level-1">Class unsynchronized_pool_resource</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/unsynchronized_idp18772352.html" title="Class unsynchronized_pool_resource"><span class="index-entry-level-1">Class unsynchronized_pool_resource</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.extended_allocators" title="Extended allocators"><span class="index-entry-level-1">Extended allocators</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.polymorphic_memory_resources" title="Polymorphic Memory Resources"><span class="index-entry-level-1">Polymorphic Memory Resources </span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="Cpp11_conformance.html#container.Cpp11_conformance.alloc_traits_move_traits" title="Stateful allocators"><span class="index-entry-level-1">Stateful allocators</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">and</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multiset.html" title="Class template multiset"><span class="index-entry-level-1">Class template multiset</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/set.html" title="Class template set"><span class="index-entry-level-1">Class template set</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
+</ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">append</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">assign</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
@@ -962,7 +966,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">at</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -974,23 +978,16 @@
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_43"></a><span class="term">B</span>
+<a name="idx_id_45"></a><span class="term">B</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">back</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
-</ul></div>
+<p><span class="index-entry-level-0">basic_string</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">begin</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -1010,22 +1007,30 @@
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_44"></a><span class="term">C</span>
+<a name="idx_id_46"></a><span class="term">C</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">clear</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<p><span class="index-entry-level-0">capacity</span></p>
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
+</ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">clear</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multiset.html" title="Class template multiset"><span class="index-entry-level-1">Class template multiset</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/set.html" title="Class template set"><span class="index-entry-level-1">Class template set</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li>
@@ -1033,8 +1038,16 @@
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">construct</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/polymorphic_allocator.html" title="Class template polymorphic_allocator"><span class="index-entry-level-1">Class template polymorphic_allocator</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_traits.html" title="Struct template allocator_traits"><span class="index-entry-level-1">Struct template allocator_traits</span></a></p></li>
+</ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">count</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
@@ -1047,12 +1060,20 @@
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_45"></a><span class="term">D</span>
+<a name="idx_id_47"></a><span class="term">D</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">data</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
+</ul></div>
+</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">deallocate</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/memory_resource.html" title="Class memory_resource"><span class="index-entry-level-1">Class memory_resource</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
@@ -1067,7 +1088,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">deallocate_individual</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/node_allocator.html" title="Class template node_allocator"><span class="index-entry-level-1">Class template node_allocator</span></a></p></li>
@@ -1075,15 +1096,19 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">deallocate_one</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/node_allocator.html" title="Class template node_allocator"><span class="index-entry-level-1">Class template node_allocator</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">deque</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">destroy</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/polymorphic_allocator.html" title="Class template polymorphic_allocator"><span class="index-entry-level-1">Class template polymorphic_allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_traits.html" title="Struct template allocator_traits"><span class="index-entry-level-1">Struct template allocator_traits</span></a></p></li>
@@ -1091,12 +1116,12 @@
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_46"></a><span class="term">E</span>
+<a name="idx_id_48"></a><span class="term">E</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">emplace</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
@@ -1114,10 +1139,55 @@
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">emplace_after</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">emplace_back</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
+</ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">emplace_front</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
+</ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">emplace_hint</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multiset.html" title="Class template multiset"><span class="index-entry-level-1">Class template multiset</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/set.html" title="Class template set"><span class="index-entry-level-1">Class template set</span></a></p></li>
+</ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">empty</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multiset.html" title="Class template multiset"><span class="index-entry-level-1">Class template multiset</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/set.html" title="Class template set"><span class="index-entry-level-1">Class template set</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
@@ -1125,7 +1195,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">end</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -1145,8 +1215,21 @@
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">equal_range</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multiset.html" title="Class template multiset"><span class="index-entry-level-1">Class template multiset</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/set.html" title="Class template set"><span class="index-entry-level-1">Class template set</span></a></p></li>
+</ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">erase</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -1165,18 +1248,14 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="non_standard_containers.html#container.non_standard_containers.flat_xxx" title="flat_(multi)map/set associative containers"><span class="index-entry-level-1">flat_(multi)map/set associative containers</span></a></p></li>
</ul></div>
</li>
-<li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">erase_after</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li></ul></div>
-</li>
</ul></div></dd>
<dt>
-<a name="idx_id_47"></a><span class="term">F</span>
+<a name="idx_id_49"></a><span class="term">F</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">find</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
@@ -1189,12 +1268,40 @@
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">for</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.constant_time_range_splice" title="Constant-time range splice for (s)list"><span class="index-entry-level-1">Constant-time range splice for ( s ) list</span></a></p></li></ul></div>
+<p><span class="index-entry-level-0">find_first_not_of</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">find_first_of</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">find_last_not_of</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">find_last_of</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">flat_map</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">flat_multimap</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">flat_multiset</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">flat_set</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">front</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
@@ -1204,18 +1311,22 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
</ul></div>
</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">func</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="known_issues.html#container.known_issues.move_emulation_limitations" title="Move emulation limitations in C++03 compilers"><span class="index-entry-level-1">Move emulation limitations in C++03 compilers</span></a></p></li></ul></div>
+</li>
</ul></div></dd>
<dt>
-<a name="idx_id_48"></a><span class="term">G</span>
+<a name="idx_id_50"></a><span class="term">G</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">getline</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.string_hpp" title="Header &lt;boost/container/string.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/string.hpp &gt;</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.string_hpp" title="Header &lt;boost/container/string.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/string.hpp &gt;</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">get_stored_allocator</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -1234,40 +1345,27 @@
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_49"></a><span class="term">H</span>
+<a name="idx_id_51"></a><span class="term">H</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">hash_value</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.string_hpp" title="Header &lt;boost/container/string.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/string.hpp &gt;</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.string_hpp" title="Header &lt;boost/container/string.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/string.hpp &gt;</span></a></p></li></ul></div>
</li></ul></div></dd>
<dt>
-<a name="idx_id_50"></a><span class="term">I</span>
+<a name="idx_id_52"></a><span class="term">I</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">if</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li></ul></div>
-</li>
-<li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">index_of</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
-</ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">inner_allocator</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">insert</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -1287,19 +1385,27 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">insert_after</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">iterator</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="Cpp11_conformance.html#container.Cpp11_conformance.Vector_bool" title="vector&lt;bool&gt; specialization"><span class="index-entry-level-1">vector &lt; bool &gt; specialization</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="Cpp11_conformance.html#container.Cpp11_conformance.Vector_bool" title="vector&lt;bool&gt; specialization"><span class="index-entry-level-1">vector &lt; bool &gt; specialization</span></a></p></li></ul></div>
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_52"></a><span class="term">L</span>
+<a name="idx_id_54"></a><span class="term">L</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">lower_bound</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">list</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.polymorphic_memory_resources" title="Polymorphic Memory Resources"><span class="index-entry-level-1">Polymorphic Memory Resources </span></a></p></li>
+</ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">log</span></p>
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
@@ -1309,64 +1415,124 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multiset.html" title="Class template multiset"><span class="index-entry-level-1">Class template multiset</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/set.html" title="Class template set"><span class="index-entry-level-1">Class template set</span></a></p></li>
</ul></div>
-</li></ul></div></dd>
-<dt>
-<a name="idx_id_53"></a><span class="term">M</span>
-</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">merge</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
-</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">modify_any_small_vector_of_foo</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_base.html" title="Class template small_vector_base"><span class="index-entry-level-1">Class template small_vector_base</span></a></p></li></ul></div>
+<p><span class="index-entry-level-0">lower_bound</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multiset.html" title="Class template multiset"><span class="index-entry-level-1">Class template multiset</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/set.html" title="Class template set"><span class="index-entry-level-1">Class template set</span></a></p></li>
+</ul></div>
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_54"></a><span class="term">N</span>
+<a name="idx_id_55"></a><span class="term">M</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">nth</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">map</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">max_size</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multiset.html" title="Class template multiset"><span class="index-entry-level-1">Class template multiset</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator.html" title="Class template new_allocator"><span class="index-entry-level-1">Class template new_allocator</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/node_allocator.html" title="Class template node_allocator"><span class="index-entry-level-1">Class template node_allocator</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/set.html" title="Class template set"><span class="index-entry-level-1">Class template set</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_allocator.html" title="Class template small_vector_allocator"><span class="index-entry-level-1">Class template small_vector_allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_traits.html" title="Struct template allocator_traits"><span class="index-entry-level-1">Struct template allocator_traits</span></a></p></li>
</ul></div>
-</li></ul></div></dd>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">memory</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="non_standard_containers.html#container.non_standard_containers.flat_xxx" title="flat_(multi)map/set associative containers"><span class="index-entry-level-1">flat_(multi)map/set associative containers</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">merge</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
+</ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">modify_any_small_vector_of_foo</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_base.html" title="Class template small_vector_base"><span class="index-entry-level-1">Class template small_vector_base</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">multimap</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">multiset</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multiset.html" title="Class template multiset"><span class="index-entry-level-1">Class template multiset</span></a></p></li></ul></div>
+</li>
+</ul></div></dd>
<dt>
-<a name="idx_id_55"></a><span class="term">O</span>
+<a name="idx_id_56"></a><span class="term">N</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">outer_allocator</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li></ul></div>
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">nodes</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.configurable_tree_based_associative_containers" title="Configurable tree-based associative ordered containers"><span class="index-entry-level-1">Configurable tree-based associative ordered containers</span></a></p></li></ul></div>
</li></ul></div></dd>
<dt>
-<a name="idx_id_56"></a><span class="term">P</span>
+<a name="idx_id_57"></a><span class="term">O</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">pop_back</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<p><span class="index-entry-level-0">O</span></p>
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.configurable_tree_based_associative_containers" title="Configurable tree-based associative ordered containers"><span class="index-entry-level-1">Configurable tree-based associative ordered containers</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.constant_time_range_splice" title="Constant-time range splice for (s)list"><span class="index-entry-level-1">Constant-time range splice for ( s ) list</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="non_standard_containers.html#container.non_standard_containers.flat_xxx" title="flat_(multi)map/set associative containers"><span class="index-entry-level-1">flat_(multi)map/set associative containers</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator___idp21269632.html" title="Function template operator!="><span class="index-entry-level-1">Function template operator!=</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator_idp21289648.html" title="Function template operator&gt;"><span class="index-entry-level-1">Function template operator&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator___idp21309616.html" title="Function template operator&gt;="><span class="index-entry-level-1">Function template operator&gt;=</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator_idp21279664.html" title="Function template operator&lt;"><span class="index-entry-level-1">Function template operator&lt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator___idp21299632.html" title="Function template operator&lt;="><span class="index-entry-level-1">Function template operator&lt;=</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator___idp21259616.html" title="Function template operator=="><span class="index-entry-level-1">Function template operator==</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/swap_idp21319600.html" title="Function template swap"><span class="index-entry-level-1">Function template swap</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">operator</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="known_issues.html#container.known_issues.move_emulation_limitations" title="Move emulation limitations in C++03 compilers"><span class="index-entry-level-1">Move emulation limitations in C++03 compilers</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">outer_allocator</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li></ul></div>
+</li>
+</ul></div></dd>
+<dt>
+<a name="idx_id_58"></a><span class="term">P</span>
+</dt>
+<dd><div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">pop_front</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
@@ -1374,11 +1540,11 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">previous</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">priv_allocation_command</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/node_allocator.html" title="Class template node_allocator"><span class="index-entry-level-1">Class template node_allocator</span></a></p></li>
@@ -1386,7 +1552,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">push_back</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
@@ -1397,7 +1563,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">push_front</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
@@ -1405,12 +1571,16 @@
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_57"></a><span class="term">R</span>
+<a name="idx_id_59"></a><span class="term">R</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">range</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li></ul></div>
+</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">rbegin</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -1429,11 +1599,11 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">read_any_small_vector_of_foo</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_base.html" title="Class template small_vector_base"><span class="index-entry-level-1">Class template small_vector_base</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_base.html" title="Class template small_vector_base"><span class="index-entry-level-1">Class template small_vector_base</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">rebalance</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multiset.html" title="Class template multiset"><span class="index-entry-level-1">Class template multiset</span></a></p></li>
@@ -1442,29 +1612,15 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">release</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/monotonic_buffer_resource.html" title="Class monotonic_buffer_resource"><span class="index-entry-level-1">Class monotonic_buffer_resource</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/synchronized_pool_resource.html" title="Class synchronized_pool_resource"><span class="index-entry-level-1">Class synchronized_pool_resource</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/unsynchr_idm46583871327984.html" title="Class unsynchronized_pool_resource"><span class="index-entry-level-1">Class unsynchronized_pool_resource</span></a></p></li>
-</ul></div>
-</li>
-<li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">remove</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
-</ul></div>
-</li>
-<li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">remove_if</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/unsynchronized_idp18772352.html" title="Class unsynchronized_pool_resource"><span class="index-entry-level-1">Class unsynchronized_pool_resource</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">rend</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -1483,11 +1639,11 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">replace</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">reserve</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
@@ -1499,29 +1655,28 @@
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">resize</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
-</ul></div>
-</li>
-<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">rfind</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li></ul></div>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li></ul></div>
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_58"></a><span class="term">S</span>
+<a name="idx_id_60"></a><span class="term">S</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">scoped_allocator_adaptor</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">set</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/set.html" title="Class template set"><span class="index-entry-level-1">Class template set</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="non_standard_containers.html#container.non_standard_containers.flat_xxx" title="flat_(multi)map/set associative containers"><span class="index-entry-level-1">flat_(multi)map/set associative containers</span></a></p></li>
+</ul></div>
+</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">shrink_to_fit</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -1533,8 +1688,34 @@
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">size</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multiset.html" title="Class template multiset"><span class="index-entry-level-1">Class template multiset</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/node_allocator.html" title="Class template node_allocator"><span class="index-entry-level-1">Class template node_allocator</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/set.html" title="Class template set"><span class="index-entry-level-1">Class template set</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.constant_time_range_splice" title="Constant-time range splice for (s)list"><span class="index-entry-level-1">Constant-time range splice for ( s ) list</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../container.html#container.intro" title="Introduction"><span class="index-entry-level-1">Introduction</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="non_standard_containers.html#container.non_standard_containers.slist" title="slist"><span class="index-entry-level-1">slist</span></a></p></li>
+</ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">sizeof</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/node_allocator.html" title="Class template node_allocator"><span class="index-entry-level-1">Class template node_allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/polymorphic_allocator.html" title="Class template polymorphic_allocator"><span class="index-entry-level-1">Class template polymorphic_allocator</span></a></p></li>
@@ -1542,17 +1723,48 @@
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">slist</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.constant_time_range_splice" title="Constant-time range splice for (s)list"><span class="index-entry-level-1">Constant-time range splice for ( s ) list</span></a></p></li>
+</ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">small_vector</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector.html" title="Class template small_vector"><span class="index-entry-level-1">Class template small_vector</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">small_vector_allocator</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_allocator.html" title="Class template small_vector_allocator"><span class="index-entry-level-1">Class template small_vector_allocator</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">sort</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
+</ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">splice</span></p>
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.constant_time_range_splice" title="Constant-time range splice for (s)list"><span class="index-entry-level-1">Constant-time range splice for ( s ) list</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">stable_emplace_back</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">stable_vector</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">swap</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_56_00" title="Boost 1.56 Release"><span class="index-entry-level-1">Boost 1.56 Release</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allo_idm46583871819392.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp18277760.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
@@ -1576,19 +1788,19 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/swap_idm46583868776832.html" title="Function template swap"><span class="index-entry-level-1">Function template swap</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/swap_idp21319600.html" title="Function template swap"><span class="index-entry-level-1">Function template swap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.static_vector_hpp" title="Header &lt;boost/container/static_vector.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/static_vector.hpp &gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.string_hpp" title="Header &lt;boost/container/string.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/string.hpp &gt;</span></a></p></li>
</ul></div>
</li>
</ul></div></dd>
<dt>
-<a name="idx_id_59"></a><span class="term">T</span>
+<a name="idx_id_61"></a><span class="term">T</span>
</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
+<dd><div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">throw_bad_alloc</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/throw_bad_alloc.html" title="Function throw_bad_alloc"><span class="index-entry-level-1">Function throw_bad_alloc</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.throw_exception_hpp" title="Header &lt;boost/container/throw_exception.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/throw_exception.hpp &gt;</span></a></p></li>
@@ -1596,47 +1808,54 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">throw_length_error</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/throw_length_error.html" title="Function throw_length_error"><span class="index-entry-level-1">Function throw_length_error</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.throw_exception_hpp" title="Header &lt;boost/container/throw_exception.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/throw_exception.hpp &gt;</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">throw_logic_error</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/throw_logic_error.html" title="Function throw_logic_error"><span class="index-entry-level-1">Function throw_logic_error</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.throw_exception_hpp" title="Header &lt;boost/container/throw_exception.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/throw_exception.hpp &gt;</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">throw_out_of_range</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/throw_out_of_range.html" title="Function throw_out_of_range"><span class="index-entry-level-1">Function throw_out_of_range</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.throw_exception_hpp" title="Header &lt;boost/container/throw_exception.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/throw_exception.hpp &gt;</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">throw_runtime_error</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/throw_runtime_error.html" title="Function throw_runtime_error"><span class="index-entry-level-1">Function throw_runtime_error</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.throw_exception_hpp" title="Header &lt;boost/container/throw_exception.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/throw_exception.hpp &gt;</span></a></p></li>
</ul></div>
</li>
-</ul></div></dd>
-<dt>
-<a name="idx_id_60"></a><span class="term">U</span>
-</dt>
-<dd><div class="index"><ul class="index" style="list-style-type: none; ">
<li class="listitem" style="list-style-type: none">
-<p><span class="index-entry-level-0">unique</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<p><span class="index-entry-level-0">time</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">types</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="Cpp11_conformance.html#container.Cpp11_conformance.non_standard_memset_initialization" title="Non-standard value initialization using std::memset"><span class="index-entry-level-1">Non-standard value initialization using std :: memset</span></a></p></li></ul></div>
+</li>
+</ul></div></dd>
+<dt>
+<a name="idx_id_62"></a><span class="term">U</span>
+</dt>
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">upper_bound</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; ">
+<div class="index"><ul class="index" type="none" compact>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
@@ -1646,8 +1865,25 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multiset.html" title="Class template multiset"><span class="index-entry-level-1">Class template multiset</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/set.html" title="Class template set"><span class="index-entry-level-1">Class template set</span></a></p></li>
</ul></div>
-</li>
-</ul></div></dd>
+</li></ul></div></dd>
+<dt>
+<a name="idx_id_63"></a><span class="term">V</span>
+</dt>
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">vector</span></p>
+<div class="index"><ul class="index" type="none" compact>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="non_standard_containers.html#container.non_standard_containers.flat_xxx" title="flat_(multi)map/set associative containers"><span class="index-entry-level-1">flat_(multi)map/set associative containers</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="non_standard_containers.html#container.non_standard_containers.stable_vector" title="stable_vector"><span class="index-entry-level-1">stable_vector</span></a></p></li>
+</ul></div>
+</li></ul></div></dd>
+<dt>
+<a name="idx_id_65"></a><span class="term">Y</span>
+</dt>
+<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">Y</span></p>
+<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp22250512.html" title="Struct template constructible_with_allocator_prefix"><span class="index-entry-level-1">Struct template constructible_with_allocator_prefix</span></a></p></li></ul></div>
+</li></ul></div></dd>
</dl></div>
</div>
</div>
diff --git a/doc/html/container/known_issues.html b/doc/html/container/known_issues.html
index 9b4d09cf3a..4053d648d0 100644
--- a/doc/html/container/known_issues.html
+++ b/doc/html/container/known_issues.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Known Issues</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../container.html" title="Chapter&#160;8.&#160;Boost.Container">
<link rel="prev" href="Cpp11_conformance.html" title="C++11/C++14 Conformance">
@@ -27,7 +27,7 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="container.known_issues"></a><a class="link" href="known_issues.html" title="Known Issues">Known Issues</a>
</h2></div></div></div>
-<div class="toc"><dl class="toc"><dt><span class="section"><a href="known_issues.html#container.known_issues.move_emulation_limitations">Move
+<div class="toc"><dl><dt><span class="section"><a href="known_issues.html#container.known_issues.move_emulation_limitations">Move
emulation limitations in C++03 compilers</a></span></dt></dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
diff --git a/doc/html/container/main_features.html b/doc/html/container/main_features.html
index 7b0d5cc5c3..304ca7ee0d 100644
--- a/doc/html/container/main_features.html
+++ b/doc/html/container/main_features.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Main features</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../container.html" title="Chapter&#160;8.&#160;Boost.Container">
<link rel="prev" href="../container.html" title="Chapter&#160;8.&#160;Boost.Container">
@@ -27,7 +27,7 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="container.main_features"></a><a class="link" href="main_features.html" title="Main features">Main features</a>
</h2></div></div></div>
-<div class="toc"><dl class="toc">
+<div class="toc"><dl>
<dt><span class="section"><a href="main_features.html#container.main_features.move_emplace">Efficient insertion</a></span></dt>
<dt><span class="section"><a href="main_features.html#container.main_features.containers_of_incomplete_types">Containers
of Incomplete Types</a></span></dt>
@@ -38,7 +38,7 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="container.main_features.move_emplace"></a><a class="link" href="main_features.html#container.main_features.move_emplace" title="Efficient insertion">Efficient insertion</a>
</h3></div></div></div>
-<div class="toc"><dl class="toc">
+<div class="toc"><dl>
<dt><span class="section"><a href="main_features.html#container.main_features.move_emplace.move_containers">Move-aware
containers</a></span></dt>
<dt><span class="section"><a href="main_features.html#container.main_features.move_emplace.emplace">Emplace:
@@ -174,7 +174,7 @@
<a name="container.main_features.containers_of_incomplete_types"></a><a class="link" href="main_features.html#container.main_features.containers_of_incomplete_types" title="Containers of Incomplete Types">Containers
of Incomplete Types</a>
</h3></div></div></div>
-<div class="toc"><dl class="toc">
+<div class="toc"><dl>
<dt><span class="section"><a href="main_features.html#container.main_features.containers_of_incomplete_types.recursive_containers">Recursive
containers</a></span></dt>
<dt><span class="section"><a href="main_features.html#container.main_features.containers_of_incomplete_types.type_erasure">Type
@@ -462,7 +462,7 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="container.main_features.other_features"></a><a class="link" href="main_features.html#container.main_features.other_features" title="Other features">Other features</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Default constructors don't allocate memory which improves performance
and usually implies a no-throw guarantee (if predicate's or allocator's
diff --git a/doc/html/container/non_standard_containers.html b/doc/html/container/non_standard_containers.html
index 8db14f52ab..cf11fbbbde 100644
--- a/doc/html/container/non_standard_containers.html
+++ b/doc/html/container/non_standard_containers.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Non-standard containers</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../container.html" title="Chapter&#160;8.&#160;Boost.Container">
<link rel="prev" href="exception_handling.html" title="Boost.Container and C++ exceptions">
@@ -27,7 +27,7 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="container.non_standard_containers"></a><a class="link" href="non_standard_containers.html" title="Non-standard containers">Non-standard containers</a>
</h2></div></div></div>
-<div class="toc"><dl class="toc">
+<div class="toc"><dl>
<dt><span class="section"><a href="non_standard_containers.html#container.non_standard_containers.stable_vector"><span class="emphasis"><em>stable_vector</em></span></a></span></dt>
<dt><span class="section"><a href="non_standard_containers.html#container.non_standard_containers.flat_xxx"><span class="emphasis"><em>flat_(multi)map/set</em></span>
associative containers</a></span></dt>
@@ -314,7 +314,7 @@
to C++, speeding up insertion and erasure times considerably. Flat associative
containers have the following attributes:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Faster lookup than standard associative containers
</li>
@@ -447,7 +447,7 @@
lifetime requirements that would otherwise not be trivially possible. Some
other properties:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Random access to elements
</li>
diff --git a/doc/html/container/release_notes.html b/doc/html/container/release_notes.html
index 2273f92fcb..ae89493243 100644
--- a/doc/html/container/release_notes.html
+++ b/doc/html/container/release_notes.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Release Notes</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../container.html" title="Chapter&#160;8.&#160;Boost.Container">
<link rel="prev" href="acknowledgements_notes.html" title="Acknowledgements, notes and links">
@@ -27,7 +27,9 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="container.release_notes"></a><a class="link" href="release_notes.html" title="Release Notes">Release Notes</a>
</h2></div></div></div>
-<div class="toc"><dl class="toc">
+<div class="toc"><dl>
+<dt><span class="section"><a href="release_notes.html#container.release_notes.release_notes_boost_1_61_00">Boost
+ 1.61 Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#container.release_notes.release_notes_boost_1_60_00">Boost
1.60 Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#container.release_notes.release_notes_boost_1_59_00">Boost
@@ -57,10 +59,65 @@
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
+<a name="container.release_notes.release_notes_boost_1_61_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_61_00" title="Boost 1.61 Release">Boost
+ 1.61 Release</a>
+</h3></div></div></div>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
+ <code class="computeroutput"><a class="link" href="../boost/container/small_vector.html" title="Class template small_vector">boost::container::small_vector</a></code>
+ supports more constructors and assignments.
+ </li>
+<li class="listitem">
+ Fixed bugs:
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/11820" target="_top">Trac
+ #11820 : <span class="emphasis"><em>"compiler error when using operator[</em></span>
+ of map"</a>].
+ </li>
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/11856" target="_top">Trac
+ #11856 : <span class="emphasis"><em>"pool_resource.cpp error: declaration changes
+ meaning"</em></span></a>.
+ </li>
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/11866" target="_top">Trac
+ #11866 : <span class="emphasis"><em>"small_vector does not have range constructor"</em></span></a>.
+ </li>
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/11867" target="_top">Trac
+ #11867 : <span class="emphasis"><em>"small_vector should have constructor and
+ assignment operator taking other small_vector"</em></span></a>.
+ </li>
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/11912" target="_top">Trac
+ #11912 : <span class="emphasis"><em>"flat_map use of vector::priv_forward_range_insert_expand_backwards
+ may cause move with same source"</em></span></a>.
+ </li>
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/11957" target="_top">Trac
+ #11957 : <span class="emphasis"><em>"static_vector::max_size() is higher than
+ the capacity"</em></span></a>.
+ </li>
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/12014" target="_top">Trac
+ #12014 : <span class="emphasis"><em>"boost::container::set can not insert const
+ (ref) range"</em></span></a>.
+ </li>
+<li class="listitem">
+ <a href="https://github.com/boostorg/container/pull/33" target="_top">GitHub
+ #33: <span class="emphasis"><em>Make sure std::string constructor is available</em></span></a>.
+ </li>
+</ul></div>
+ </li>
+</ul></div>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
<a name="container.release_notes.release_notes_boost_1_60_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_60_00" title="Boost 1.60 Release">Boost
1.60 Release</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Implemented <a class="link" href="extended_functionality.html#container.extended_functionality.polymorphic_memory_resources" title="Polymorphic Memory Resources">Polymorphic
Memory Resources</a>.
@@ -75,7 +132,7 @@
</li>
<li class="listitem">
Fixed bugs:
- <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<a href="https://svn.boost.org/trac/boost/ticket/11627" target="_top">Trac
#11627: <span class="emphasis"><em>"small_vector&lt;T,n&gt;::swap() appears
@@ -111,7 +168,7 @@
<a name="container.release_notes.release_notes_boost_1_59_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_59_00" title="Boost 1.59 Release">Boost
1.59 Release</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<a href="https://github.com/boostorg/container/pull/26" target="_top">GitHub #26:
<span class="emphasis"><em>Fix bug in stable_vector::capacity()</em></span></a>. Thanks
@@ -143,7 +200,7 @@
<a name="container.release_notes.release_notes_boost_1_58_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_58_00" title="Boost 1.58 Release">Boost
1.58 Release</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Experimental <code class="computeroutput"><a class="link" href="../boost/container/small_vector.html" title="Class template small_vector">small_vector</a></code>
container.
@@ -167,7 +224,7 @@
</li>
<li class="listitem">
Fixed bugs:
- <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<a href="https://svn.boost.org/trac/boost/ticket/9931" target="_top">Trac
#9931: <span class="emphasis"><em>"flat_map::insert(ordered_unique_range_t...)
@@ -218,7 +275,7 @@
<a name="container.release_notes.release_notes_boost_1_57_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_57_00" title="Boost 1.57 Release">Boost
1.57 Release</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Added support for <code class="computeroutput"><span class="identifier">initializer_list</span></code>.
Contributed by Robert Matusewicz.
@@ -229,7 +286,7 @@
</li>
<li class="listitem">
Fixed bugs:
- <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<a href="https://svn.boost.org/trac/boost/ticket/10263" target="_top">Trac
#10263 (<span class="emphasis"><em>"AIX 6.1 bug with sched_yield() function
@@ -249,7 +306,7 @@
<a name="container.release_notes.release_notes_boost_1_56_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_56_00" title="Boost 1.56 Release">Boost
1.56 Release</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Added DlMalloc-based <a class="link" href="extended_functionality.html#container.extended_functionality.extended_allocators" title="Extended allocators">Extended
Allocators</a>.
@@ -262,7 +319,7 @@
</li>
<li class="listitem">
Fixed bugs:
- <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<a href="https://svn.boost.org/trac/boost/ticket/9338" target="_top">#9338:
<span class="emphasis"><em>"VS2005 compiler errors in swap() definition after
@@ -310,7 +367,7 @@
<a name="container.release_notes.release_notes_boost_1_55_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_55_00" title="Boost 1.55 Release">Boost
1.55 Release</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Implemented <a class="link" href="main_features.html#container.main_features.scary_iterators" title="SCARY iterators">SCARY
iterators</a>.
@@ -338,7 +395,7 @@
<a name="container.release_notes.release_notes_boost_1_54_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_54_00" title="Boost 1.54 Release">Boost
1.54 Release</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Added experimental <code class="computeroutput"><span class="identifier">static_vector</span></code>
class, based on Andrew Hundt's and Adam Wulkiewicz's high performance
@@ -367,7 +424,7 @@
<a name="container.release_notes.release_notes_boost_1_53_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_53_00" title="Boost 1.53 Release">Boost
1.53 Release</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Fixed bug <a href="https://svn.boost.org/trac/boost/ticket/7650" target="_top">#7650</a>.
</li>
@@ -396,7 +453,7 @@
<a name="container.release_notes.release_notes_boost_1_52_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_52_00" title="Boost 1.52 Release">Boost
1.52 Release</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Improved <code class="computeroutput"><span class="identifier">stable_vector</span></code>'s
template code bloat and type safety.
@@ -427,7 +484,7 @@
<a name="container.release_notes.release_notes_boost_1_51_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_51_00" title="Boost 1.51 Release">Boost
1.51 Release</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/6763" target="_top">#6763</a>,
<a href="https://svn.boost.org/trac/boost/ticket/6803" target="_top">#6803</a>,
<a href="https://svn.boost.org/trac/boost/ticket/7114" target="_top">#7114</a>,
@@ -440,7 +497,7 @@
<a name="container.release_notes.release_notes_boost_1_50_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_50_00" title="Boost 1.50 Release">Boost
1.50 Release</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Added Scoped Allocator Model support.
</li>
@@ -458,7 +515,7 @@
<a name="container.release_notes.release_notes_boost_1_49_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_49_00" title="Boost 1.49 Release">Boost
1.49 Release</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/6540" target="_top">#6540</a>,
<a href="https://svn.boost.org/trac/boost/ticket/6499" target="_top">#6499</a>,
@@ -479,7 +536,7 @@
<a name="container.release_notes.release_notes_boost_1_48_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_48_00" title="Boost 1.48 Release">Boost
1.48 Release</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
First release. Container code from <span class="bold"><strong>Boost.Interprocess</strong></span>
was deleted and redirected to <span class="bold"><strong>Boost.Container
</strong></span> via using directives.