Imported Upstream version 1.64.0
[platform/upstream/boost.git] / libs / log / doc / html / boost / log / visit_idp62624304.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Function template visit</title>
5 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.Log v2">
8 <link rel="up" href="../../attributes.html#header.boost.log.attributes.value_visitation_hpp" title="Header &lt;boost/log/attributes/value_visitation.hpp&gt;">
9 <link rel="prev" href="visit_idp62616864.html" title="Function template visit">
10 <link rel="next" href="visit_idp62630528.html" title="Function template visit">
11 </head>
12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13 <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td></tr></table>
14 <hr>
15 <div class="spirit-nav">
16 <a accesskey="p" href="visit_idp62616864.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../attributes.html#header.boost.log.attributes.value_visitation_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="visit_idp62630528.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
17 </div>
18 <div class="refentry">
19 <a name="boost.log.visit_idp62624304"></a><div class="titlepage"></div>
20 <div class="refnamediv">
21 <h2><span class="refentrytitle">Function template visit</span></h2>
22 <p>boost::log::visit</p>
23 </div>
24 <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
25 <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="../../attributes.html#header.boost.log.attributes.value_visitation_hpp" title="Header &lt;boost/log/attributes/value_visitation.hpp&gt;">boost/log/attributes/value_visitation.hpp</a>&gt;
26
27 </span>
28 <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> VisitorT<span class="special">&gt;</span> 
29   <a class="link" href="visitation_result.html" title="Class visitation_result">visitation_result</a> <span class="identifier">visit</span><span class="special">(</span><a class="link" href="attribute_value.html" title="Class attribute_value">attribute_value</a> <span class="keyword">const</span> <span class="special">&amp;</span> value<span class="special">,</span> <span class="identifier">VisitorT</span> visitor<span class="special">)</span><span class="special">;</span></pre></div>
30 <div class="refsect1">
31 <a name="idp110688016"></a><h2>Description</h2>
32 <p>The function applies a visitor to an attribute value. The user has to explicitly specify the type or set of possible types of the attribute value to be visited.</p>
33 <p>
34
35 </p>
36 <div class="variablelist"><table border="0" class="variablelist compact">
37 <colgroup>
38 <col align="left" valign="top">
39 <col>
40 </colgroup>
41 <tbody>
42 <tr>
43 <td><p><span class="term">Parameters:</span></p></td>
44 <td><div class="variablelist"><table border="0" class="variablelist compact">
45 <colgroup>
46 <col align="left" valign="top">
47 <col>
48 </colgroup>
49 <tbody>
50 <tr>
51 <td><p><span class="term"><code class="computeroutput">value</code></span></p></td>
52 <td><p>The attribute value to visit. </p></td>
53 </tr>
54 <tr>
55 <td><p><span class="term"><code class="computeroutput">visitor</code></span></p></td>
56 <td><p>A receiving function object to pass the attribute value to. </p></td>
57 </tr>
58 </tbody>
59 </table></div></td>
60 </tr>
61 <tr>
62 <td><p><span class="term">Returns:</span></p></td>
63 <td><p>The result of visitation. </p></td>
64 </tr>
65 </tbody>
66 </table></div>
67 </div>
68 </div>
69 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
70 <td align="left"></td>
71 <td align="right"><div class="copyright-footer">Copyright &#169; 2007-2016 Andrey Semashev<p>
72         Distributed under the Boost Software License, Version 1.0. (See accompanying
73         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>).
74       </p>
75 </div></td>
76 </tr></table>
77 <hr>
78 <div class="spirit-nav">
79 <a accesskey="p" href="visit_idp62616864.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../attributes.html#header.boost.log.attributes.value_visitation_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="visit_idp62630528.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
80 </div>
81 </body>
82 </html>