summaryrefslogtreecommitdiff
path: root/doc/html/boost/container/stored_size.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/container/stored_size.html')
-rw-r--r--doc/html/boost/container/stored_size.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/html/boost/container/stored_size.html b/doc/html/boost/container/stored_size.html
index 12f9570779..1a9ec6ec75 100644
--- a/doc/html/boost/container/stored_size.html
+++ b/doc/html/boost/container/stored_size.html
@@ -36,7 +36,7 @@
<span class="keyword">struct</span> <a class="link" href="stored_size.html" title="Struct template stored_size">stored_size</a> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id-1.3.10.15.19.10.4"></a><h2>Description</h2>
+<a name="id-1.3.10.14.19.10.4"></a><h2>Description</h2>
<p>This option specifies the unsigned integer type that a user wants the container to use to hold size-related information inside a container (e.g. current size, current capacity).</p>
<p>
If the maximum capacity() to be used is limited, a user can try to use 8-bit, 16-bit (e.g. in 32-bit machines), or 32-bit size types (e.g. in a 64 bit machine) to see if some memory can be saved for empty vectors. This could potentially performance benefits due to better cache usage.</p>
@@ -44,7 +44,7 @@ If the maximum capacity() to be used is limited, a user can try to use 8-bit, 16
<p>If a user tries to insert more elements than representable by <code class="computeroutput"><a class="link" href="stored_size.html" title="Struct template stored_size">stored_size</a></code>, vector will throw a length_error.</p>
<p>If this option is not specified, <code class="computeroutput"><a class="link" href="allocator_traits.html" title="Struct template allocator_traits">allocator_traits</a>&lt;A&gt;::size_type</code> (usually std::size_t) will be used to store size-related information inside the container. </p>
<div class="refsect2">
-<a name="id-1.3.10.15.19.10.4.7"></a><h3>Template Parameters</h3>
+<a name="id-1.3.10.14.19.10.4.7"></a><h3>Template Parameters</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
<pre class="literallayout"><span class="keyword">typename</span> StoredSizeType</pre>
<p>A unsigned integer type. It shall be smaller than than the size of the size_type deduced from <code class="computeroutput"><code class="computeroutput"><a class="link" href="allocator_traits.html" title="Struct template allocator_traits">allocator_traits</a></code>&lt;A&gt;::size_type</code> or the same type.</p>
@@ -54,8 +54,7 @@ If the maximum capacity() to be used is limited, a user can try to use 8-bit, 16
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009-2017 Ion
- Gaztanaga<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009-2018 Ion Gaztanaga<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>