summaryrefslogtreecommitdiff
path: root/doc/html/boost/type_erasure/deduced.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/type_erasure/deduced.html')
-rw-r--r--doc/html/boost/type_erasure/deduced.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/type_erasure/deduced.html b/doc/html/boost/type_erasure/deduced.html
index 3704ee94e0..2bb0cc2c48 100644
--- a/doc/html/boost/type_erasure/deduced.html
+++ b/doc/html/boost/type_erasure/deduced.html
@@ -38,7 +38,7 @@
<span class="keyword">typedef</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <a name="boost.type_erasure.deduced.type"></a><span class="identifier">type</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp480248384"></a><h2>Description</h2>
+<a name="idm45555079043088"></a><h2>Description</h2>
<p>A placeholder for an associated type. The type corresponding to this placeholder is deduced by substituting placeholders in the arguments of the metafunction and then evaluating it.</p>
<p>When using <a class="link" href="deduced.html" title="Struct template deduced">deduced</a> in a template context, if it is possible for Metafunction to contain no placeholders at all, use the nested type, to automatically evaluate it early as needed. </p>
</div>