summaryrefslogtreecommitdiff
path: root/doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html')
-rw-r--r--doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html b/doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html
index a7e0cf1f93..38df4084cf 100644
--- a/doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html
+++ b/doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html
@@ -34,7 +34,7 @@
</span>BOOST_TYPE_INDEX_REGISTER_CLASS</pre></div>
<div class="refsect1">
-<a name="idp551491520"></a><h2>Description</h2>
+<a name="idp570345088"></a><h2>Description</h2>
<p>BOOST_TYPE_INDEX_REGISTER_CLASS is used to help to emulate RTTI. Put this macro into the public section of polymorphic class to allow runtime type detection.</p>
<p>Depending on the typeid() availability this macro will expand to nothing or to virtual helper function <code class="computeroutput">virtual const type_info&amp; boost_type_info_type_id_runtime_() const noexcept</code>.</p>
<p><span class="bold"><strong>Example:</strong></span> </p>