summaryrefslogtreecommitdiff
path: root/doc/html/boost/apply_visitor.html
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-08-26 08:15:55 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-08-26 08:15:55 -0400
commitbb4dd8289b351fae6b55e303f189127a394a1edd (patch)
tree77c9c35a31b1459dd7988c2448e797d142530c41 /doc/html/boost/apply_visitor.html
parent1a78a62555be32868418fe52f8e330c9d0f95d5a (diff)
downloadboost-bb4dd8289b351fae6b55e303f189127a394a1edd.tar.gz
boost-bb4dd8289b351fae6b55e303f189127a394a1edd.tar.bz2
boost-bb4dd8289b351fae6b55e303f189127a394a1edd.zip
Imported Upstream version 1.51.0upstream/1.51.0
Diffstat (limited to 'doc/html/boost/apply_visitor.html')
-rw-r--r--[-rwxr-xr-x]doc/html/boost/apply_visitor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/apply_visitor.html b/doc/html/boost/apply_visitor.html
index 3546553d34..68588155ef 100755..100644
--- a/doc/html/boost/apply_visitor.html
+++ b/doc/html/boost/apply_visitor.html
@@ -51,7 +51,7 @@
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Visitor<span class="special">&gt;</span>
<a class="link" href="apply_visitor_delayed_t.html" title="Class template apply_visitor_delayed_t">apply_visitor_delayed_t</a><span class="special">&lt;</span><span class="identifier">Visitor</span><span class="special">&gt;</span> <span class="identifier">apply_visitor</span><span class="special">(</span><span class="identifier">Visitor</span> <span class="special">&amp;</span> visitor<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id3709405"></a><h2>Description</h2>
+<a name="id3807294"></a><h2>Description</h2>
<p>The behavior of <code class="computeroutput">apply_visitor</code> is dependent on
the number of arguments on which it operates (i.e., other than the
visitor). The function behaves as follows: