summaryrefslogtreecommitdiff
path: root/doc/html/boost/typeindex/type_id_with_cvr.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/typeindex/type_id_with_cvr.html')
-rw-r--r--doc/html/boost/typeindex/type_id_with_cvr.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/typeindex/type_id_with_cvr.html b/doc/html/boost/typeindex/type_id_with_cvr.html
index 5df8147dc1..4194cb6a4b 100644
--- a/doc/html/boost/typeindex/type_id_with_cvr.html
+++ b/doc/html/boost/typeindex/type_id_with_cvr.html
@@ -35,7 +35,7 @@
</span>
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">&gt;</span> <span class="identifier">type_index</span> <span class="identifier">type_id_with_cvr</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idm45927736321104"></a><h2>Description</h2>
+<a name="idp658089456"></a><h2>Description</h2>
<p>Function for constructing boost::typeindex::type_index instance for type T. Does not remove const, volatile, &amp; and &amp;&amp; modifiers from T.</p>
<p>If T has no const, volatile, &amp; and &amp;&amp; modifiers, then returns exactly the same result as in case of calling <code class="computeroutput">type_id&lt;T&gt;()</code>.</p>
<p><span class="bold"><strong>Example:</strong></span> </p>