Imported Upstream version 2.9.2
[platform/upstream/libsigc++.git] / docs / reference / html / structsigc_1_1hide__functor.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
6 <meta name="generator" content="Doxygen 1.8.9.1"/>
7 <title>libsigc++: sigc::hide_functor&lt; I_location, T_functor &gt; Struct Template Reference</title>
8 <link href="tabs.css" rel="stylesheet" type="text/css"/>
9 <script type="text/javascript" src="jquery.js"></script>
10 <script type="text/javascript" src="dynsections.js"></script>
11 <link href="doxygen.css" rel="stylesheet" type="text/css" />
12 <link href="doxygen-extra.css" rel="stylesheet" type="text/css"/>
13 </head>
14 <body>
15 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
16 <div id="titlearea">
17 <table cellspacing="0" cellpadding="0">
18  <tbody>
19  <tr style="height: 56px;">
20   <td style="padding-left: 0.5em;">
21    <div id="projectname">libsigc++
22    &#160;<span id="projectnumber">2.9.2</span>
23    </div>
24   </td>
25  </tr>
26  </tbody>
27 </table>
28 </div>
29 <!-- end header part -->
30 <!-- Generated by Doxygen 1.8.9.1 -->
31   <div id="navrow1" class="tabs">
32     <ul class="tablist">
33       <li><a href="index.html"><span>Main&#160;Page</span></a></li>
34       <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
35       <li><a href="modules.html"><span>Modules</span></a></li>
36       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
37       <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
38     </ul>
39   </div>
40   <div id="navrow2" class="tabs2">
41     <ul class="tablist">
42       <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
43       <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
44       <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
45       <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
46     </ul>
47   </div>
48 <div id="nav-path" class="navpath">
49   <ul>
50 <li class="navelem"><a class="el" href="namespacesigc.html">sigc</a></li><li class="navelem"><a class="el" href="structsigc_1_1hide__functor.html">hide_functor</a></li>  </ul>
51 </div>
52 </div><!-- top -->
53 <div class="header">
54   <div class="headertitle">
55 <div class="title">sigc::hide_functor&lt; I_location, T_functor &gt; Struct Template Reference<div class="ingroups"><a class="el" href="group__adaptors.html">Adaptors</a> &raquo; <a class="el" href="group__hide.html">hide(), hide_return()</a></div></div>  </div>
56 </div><!--header-->
57 <div class="contents">
58
59 <p>Adaptor that adds a dummy parameter to the wrapped functor.  
60  <a href="structsigc_1_1hide__functor.html#details">More...</a></p>
61
62 <p><code>#include &lt;sigc++/adaptors/hide.h&gt;</code></p>
63 <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
64 <div class="textblock"><h3>template&lt;int I_location, class T_functor&gt;<br />
65 struct sigc::hide_functor&lt; I_location, T_functor &gt;</h3>
66
67 <p>Adaptor that adds a dummy parameter to the wrapped functor. </p>
68 <p>Use the convenience function <a class="el" href="group__hide.html#gaf2cefea3a99acd44f68121424103172d" title="Creates an adaptor of type sigc::hide_functor which adds a dummy parameter to the passed functor...">sigc::hide()</a> to create an instance of <a class="el" href="structsigc_1_1hide__functor.html" title="Adaptor that adds a dummy parameter to the wrapped functor. ">sigc::hide_functor</a>.</p>
69 <p>The following template arguments are used:</p><ul>
70 <li><em>I_location</em> Zero-based position of the dummy parameter (<code>-1</code> for the last parameter).</li>
71 <li><em>T_type</em> Type of the dummy parameter.</li>
72 <li><em>T_functor</em> Type of the functor to wrap. </li>
73 </ul>
74 </div></div><!-- contents -->
75 <!-- start footer part -->
76 <hr class="footer"/><address class="footer"><small>
77 Generated on Fri Apr 8 2016 10:54:31 for libsigc++ by &#160;<a href="http://www.doxygen.org/index.html">
78 <img class="footer" src="doxygen.png" alt="doxygen"/>
79 </a> 1.8.9.1
80 </small></address>
81 </body>
82 </html>