summaryrefslogtreecommitdiff
path: root/doc/html/boost/container/erased_type.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/container/erased_type.html')
-rw-r--r--doc/html/boost/container/erased_type.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/html/boost/container/erased_type.html b/doc/html/boost/container/erased_type.html
index 4eb4d50fc1..3f7a93cd32 100644
--- a/doc/html/boost/container/erased_type.html
+++ b/doc/html/boost/container/erased_type.html
@@ -36,13 +36,14 @@
<span class="keyword">struct</span> <a class="link" href="erased_type.html" title="Struct erased_type">erased_type</a> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id-1.3.10.12.43.4.4"></a><h2>Description</h2>
+<a name="id-1.3.10.15.43.4.4"></a><h2>Description</h2>
<p>The <code class="computeroutput"><a class="link" href="erased_type.html" title="Struct erased_type">erased_type</a></code> struct is an empty struct that serves as a placeholder for a type T in situations where the actual type T is determined at runtime. For example, the nested type, <code class="computeroutput">allocator_type</code>, is an alias for <code class="computeroutput"><a class="link" href="erased_type.html" title="Struct erased_type">erased_type</a></code> in classes that use type-erased allocators. </p>
</div>
</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-2015 Ion Gaztanaga<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009-2017 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>