summaryrefslogtreecommitdiff
path: root/doc/html/boost/mpi/skeleton.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/mpi/skeleton.html')
-rw-r--r--doc/html/boost/mpi/skeleton.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/mpi/skeleton.html b/doc/html/boost/mpi/skeleton.html
index 618cece9f9..56fb77a6dd 100644
--- a/doc/html/boost/mpi/skeleton.html
+++ b/doc/html/boost/mpi/skeleton.html
@@ -35,7 +35,7 @@
</span>
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">&gt;</span> <span class="keyword">const</span> <a class="link" href="skeleton_proxy.html" title="Struct template skeleton_proxy">skeleton_proxy</a><span class="special">&lt;</span> <span class="identifier">T</span> <span class="special">&gt;</span> <span class="identifier">skeleton</span><span class="special">(</span><span class="identifier">T</span> <span class="special">&amp;</span> x<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp518557440"></a><h2>Description</h2>
+<a name="idp423061664"></a><h2>Description</h2>
<p>This routine creates an instance of the <code class="computeroutput"><a class="link" href="skeleton_proxy.html" title="Struct template skeleton_proxy">skeleton_proxy</a></code> class. It will typically be used when calling <code class="computeroutput">send</code>, <code class="computeroutput">recv</code>, or <code class="computeroutput">broadcast</code>, to indicate that only the skeleton (structure) of an object should be transmitted and not its contents.</p>
<p>