summaryrefslogtreecommitdiff
path: root/doc/html/boost/proto/is_domain.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/proto/is_domain.html')
-rw-r--r--doc/html/boost/proto/is_domain.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost/proto/is_domain.html b/doc/html/boost/proto/is_domain.html
index 29f2c80cd1..c4126521a8 100644
--- a/doc/html/boost/proto/is_domain.html
+++ b/doc/html/boost/proto/is_domain.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template is_domain</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../proto/reference.html#header.boost.proto.domain_hpp" title="Header &lt;boost/proto/domain.hpp&gt;">
<link rel="prev" href="deduce_domain.html" title="Struct deduce_domain">
@@ -35,7 +35,7 @@
<span class="keyword">struct</span> <a class="link" href="is_domain.html" title="Struct template is_domain">is_domain</a> <span class="special">:</span> <span class="keyword"></span> mpl::bool_&lt; <em class="replaceable"><code>true-or-false</code></em> &gt; <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id2768346"></a><h2>Description</h2>
+<a name="idp369494800"></a><h2>Description</h2>
<p>
A metafunction that returns <code class="computeroutput">mpl::true_</code> if the type
<code class="computeroutput">T</code> is the type of a Proto domain;