]> git.tdb.fi Git - ext/sigc++-2.0.git/blob - untracked/docs/reference/html/structsigc_1_1hide__functor.html
Import libsigc++ 2.10.8 sources
[ext/sigc++-2.0.git] / untracked / docs / reference / html / structsigc_1_1hide__functor.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.9.1"/>
7 <meta name="viewport" content="width=device-width, initial-scale=1"/>
8 <title>libsigc++: sigc::hide_functor&lt; I_location, T_functor &gt; Struct Template Reference</title>
9 <link href="tabs.css" rel="stylesheet" type="text/css"/>
10 <script type="text/javascript" src="jquery.js"></script>
11 <script type="text/javascript" src="dynsections.js"></script>
12 <link href="doxygen.css" rel="stylesheet" type="text/css" />
13 <link href="doxygen-extra.css" rel="stylesheet" type="text/css"/>
14 </head>
15 <body>
16 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
17 <div id="titlearea">
18 <table cellspacing="0" cellpadding="0">
19  <tbody>
20  <tr style="height: 56px;">
21   <td id="projectalign" style="padding-left: 0.5em;">
22    <div id="projectname">libsigc++
23    &#160;<span id="projectnumber">2.10.8</span>
24    </div>
25   </td>
26  </tr>
27  </tbody>
28 </table>
29 </div>
30 <!-- end header part -->
31 <!-- Generated by Doxygen 1.9.1 -->
32 <script type="text/javascript" src="menudata.js"></script>
33 <script type="text/javascript" src="menu.js"></script>
34 <script type="text/javascript">
35 /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
36 $(function() {
37   initMenu('',false,false,'search.php','Search');
38 });
39 /* @license-end */</script>
40 <div id="main-nav"></div>
41 <div id="nav-path" class="navpath">
42   <ul>
43 <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>
44 </div>
45 </div><!-- top -->
46 <div class="header">
47   <div class="headertitle">
48 <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>
49 </div><!--header-->
50 <div class="contents">
51
52 <p>Adaptor that adds a dummy parameter to the wrapped functor.  
53  <a href="structsigc_1_1hide__functor.html#details">More...</a></p>
54
55 <p><code>#include &lt;sigc++/adaptors/hide.h&gt;</code></p>
56 <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
57 <div class="textblock"><h3>template&lt;int I_location, class T_functor&gt;<br />
58 struct sigc::hide_functor&lt; I_location, T_functor &gt;</h3>
59
60 <p>Adaptor that adds a dummy parameter to the wrapped functor. </p>
61 <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>
62 <p>The following template arguments are used:</p><ul>
63 <li><em>I_location</em> Zero-based position of the dummy parameter (<code>-1</code> for the last parameter).</li>
64 <li><em>T_type</em> Type of the dummy parameter.</li>
65 <li><em>T_functor</em> Type of the functor to wrap. </li>
66 </ul>
67 </div></div><!-- contents -->
68 <!-- start footer part -->
69 <hr class="footer"/><address class="footer"><small>
70 Generated on Fri Feb 11 2022 15:40:58 for libsigc++ by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
71 </small></address>
72 </body>
73 </html>