summaryrefslogtreecommitdiff
path: root/doc/html/boost/type_erasure/copy_constructible.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/type_erasure/copy_constructible.html')
-rw-r--r--doc/html/boost/type_erasure/copy_constructible.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/html/boost/type_erasure/copy_constructible.html b/doc/html/boost/type_erasure/copy_constructible.html
index a70b69b28a..edca376b5c 100644
--- a/doc/html/boost/type_erasure/copy_constructible.html
+++ b/doc/html/boost/type_erasure/copy_constructible.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template copy_constructible</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.79.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.builtin_hpp" title="Header &lt;boost/type_erasure/builtin.hpp&gt;">
<link rel="prev" href="destructible.html" title="Struct template destructible">
@@ -33,10 +33,11 @@
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.builtin_hpp" title="Header &lt;boost/type_erasure/builtin.hpp&gt;">boost/type_erasure/builtin.hpp</a>&gt;
</span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T <span class="special">=</span> <a class="link" href="_self.html" title="Struct _self">_self</a><span class="special">&gt;</span>
-<span class="keyword">struct</span> <a class="link" href="copy_constructible.html" title="Struct template copy_constructible">copy_constructible</a> <span class="special">{</span>
+<span class="keyword">struct</span> <a class="link" href="copy_constructible.html" title="Struct template copy_constructible">copy_constructible</a> <span class="special">:</span> <span class="keyword">public</span> boost::mpl::vector&lt; constructible&lt; T(const T &amp;)&gt;, destructible&lt; T &gt; &gt;
+<span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp448310560"></a><h2>Description</h2>
+<a name="idm45927741830656"></a><h2>Description</h2>
<p>The <a class="link" href="copy_constructible.html" title="Struct template copy_constructible">copy_constructible</a> concept allows objects to be copied and destroyed.</p>
<div class="note"><table border="0" summary="Note">
<tr>