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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/container/erased_type.html b/doc/html/boost/container/erased_type.html
index 6f79b94775..5dbb337afb 100644
--- a/doc/html/boost/container/erased_type.html
+++ b/doc/html/boost/container/erased_type.html
@@ -36,7 +36,7 @@
<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="idp303748272"></a><h2>Description</h2>
+<a name="idp208721568"></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>