summaryrefslogtreecommitdiff
path: root/doc/html/boost/typeindex/type_info.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/typeindex/type_info.html')
-rw-r--r--doc/html/boost/typeindex/type_info.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost/typeindex/type_info.html b/doc/html/boost/typeindex/type_info.html
index 43aba20d32..dbc73dbae7 100644
--- a/doc/html/boost/typeindex/type_info.html
+++ b/doc/html/boost/typeindex/type_info.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Type definition type_info</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../boost_typeindex_header_reference.html#header.boost.type_index_hpp" title="Header &lt;boost/type_index.hpp&gt;">
<link rel="prev" href="type_index.html" title="Type definition type_index">
@@ -35,7 +35,7 @@
</span>
<span class="keyword">typedef</span> <span class="identifier">type_index</span><span class="special">::</span><span class="identifier">type_info_t</span> <span class="identifier">type_info</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idm45555074376800"></a><h2>Description</h2>
+<a name="idp452878704"></a><h2>Description</h2>
<p>Depending on a compiler flags, optimal implementation of type_info will be used as a default boost::typeindex::type_info.</p>
<p>Could be a std::type_info, boost::typeindex::detail::ctti_data or some user defined class.</p>
<p>type_info <span class="bold"><strong>is</strong></span> <span class="bold"><strong>not</strong></span> copyable or default constructible. It is <span class="bold"><strong>not</strong></span> assignable too! </p>