summaryrefslogtreecommitdiff
path: root/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-10-06 10:38:45 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-10-06 10:39:52 +0900
commit5cde13f21d36c7224b0e13d11c4b49379ae5210d (patch)
treee8269ac85a4b0f7d416e2565fa4f451b5cb41351 /doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html
parentd9ec475d945d3035377a0d89ed42e382d8988891 (diff)
downloadboost-5cde13f21d36c7224b0e13d11c4b49379ae5210d.tar.gz
boost-5cde13f21d36c7224b0e13d11c4b49379ae5210d.tar.bz2
boost-5cde13f21d36c7224b0e13d11c4b49379ae5210d.zip
Imported Upstream version 1.61.0
Change-Id: I96a1f878d1e6164f01e9aadd5147f38fca448d90 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html')
-rw-r--r--doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html b/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html
index 8f917f2f5a..c9fb8d9e80 100644
--- a/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html
+++ b/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Macro BOOST_TYPE_INDEX_FUNCTION_SIGNATURE</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="BOOST_TYPE_INDEX_REGISTER_CLASS.html" title="Macro BOOST_TYPE_INDEX_REGISTER_CLASS">
@@ -34,7 +34,7 @@
</span>BOOST_TYPE_INDEX_FUNCTION_SIGNATURE</pre></div>
<div class="refsect1">
-<a name="idm45555074212112"></a><h2>Description</h2>
+<a name="idp453042672"></a><h2>Description</h2>
<p>BOOST_TYPE_INDEX_FUNCTION_SIGNATURE is used by <a class="link" href="boost/typeindex/ctti_type_index.html" title="Class ctti_type_index">boost::typeindex::ctti_type_index</a> class to deduce the name of a type. If your compiler is not recognized by the TypeIndex library and you wish to work with <a class="link" href="boost/typeindex/ctti_type_index.html" title="Class ctti_type_index">boost::typeindex::ctti_type_index</a>, you may define this macro by yourself.</p>
<p>BOOST_TYPE_INDEX_FUNCTION_SIGNATURE must be defined to a compiler specific macro that outputs the <span class="bold"><strong>whole</strong></span> function signature <span class="bold"><strong>including</strong></span> <span class="bold"><strong>template</strong></span> <span class="bold"><strong>parameters</strong></span>.</p>
<p>If your compiler is not recognised and BOOST_TYPE_INDEX_FUNCTION_SIGNATURE is not defined, then a compile-time error will arise at any attempt to use <a class="link" href="boost/typeindex/ctti_type_index.html" title="Class ctti_type_index">boost::typeindex::ctti_type_index</a> classes.</p>