Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > c74ab286c3d46f9b82671d206e43a74b > files > 99

libstdc++-docs-4.6.3-2.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>libstdc++: __gnu_parallel::__binder2nd&lt; _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType &gt; Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">libstdc++</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('a00093.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pro-attribs">Protected Attributes</a>  </div>
  <div class="headertitle">
<div class="title">__gnu_parallel::__binder2nd&lt; _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType &gt; Class Template Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="__gnu_parallel::__binder2nd" --><!-- doxytag: inherits="unary_function&lt; _FirstArgumentType, _ResultType &gt;" -->
<p>Similar to <a class="el" href="a00410.html" title="One of the binder functors.">std::binder2nd</a>, but giving the argument types explicitly.  
 <a href="a00093.html#details">More...</a></p>
<div class="dynheader">
Inheritance diagram for __gnu_parallel::__binder2nd&lt; _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType &gt;:</div>
<div class="dyncontent">
<div class="center"><img src="a01530.png" border="0" usemap="#____gnu__parallel_1_1____binder2nd_3_01___operation_00_01___first_argument_type_00_01___second_argument_type_00_01___result_type_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="____gnu__parallel_1_1____binder2nd_3_01___operation_00_01___first_argument_type_00_01___second_argument_type_00_01___result_type_01_4_inherit__map" id="____gnu__parallel_1_1____binder2nd_3_01___operation_00_01___first_argument_type_00_01___second_argument_type_00_01___result_type_01_4_inherit__map">
<area shape="rect" id="node2" href="a00723.html" title="std::unary_function\&lt; _FirstArgumentType, _ResultType \&gt;" alt="" coords="133,101,464,131"/><area shape="rect" id="node4" href="a00723.html" title="std::unary_function\&lt; _Arg, _Result \&gt;" alt="" coords="189,5,408,35"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="a01531.html">List of all members.</a></p>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>typedef _FirstArgumentType <a class="el" href="a00723.html#a6e96c92b2592035c938f85ab1da1c876">argument_type</a>
<li>typedef _ResultType <a class="el" href="a00723.html#a70d48de710aa15c5e811cbcf6c8bdd61">result_type</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="anchor" id="a201d3dba1d3c1ee6f2e48f13ff0d3b7e"></a><!-- doxytag: member="__gnu_parallel::__binder2nd::__binder2nd" ref="a201d3dba1d3c1ee6f2e48f13ff0d3b7e" args="(const _Operation &amp;__x, const _SecondArgumentType &amp;__y)" -->
<b>__binder2nd</b> (const _Operation &amp;__x, const _SecondArgumentType &amp;__y)
<li><a class="anchor" id="abad8c2dc9c874e73781d233523c61d46"></a><!-- doxytag: member="__gnu_parallel::__binder2nd::operator()" ref="abad8c2dc9c874e73781d233523c61d46" args="(_FirstArgumentType &amp;__x)" -->
_ResultType <b>operator()</b> (_FirstArgumentType &amp;__x)
<li><a class="anchor" id="a6a61bc114a91325023b0e75e58cc9733"></a><!-- doxytag: member="__gnu_parallel::__binder2nd::operator()" ref="a6a61bc114a91325023b0e75e58cc9733" args="(const _FirstArgumentType &amp;__x) const " -->
_ResultType <b>operator()</b> (const _FirstArgumentType &amp;__x) const 
</ul>
<h2><a name="pro-attribs"></a>
Protected Attributes</h2>
<ul>
<li><a class="anchor" id="a2e73c4b8d70938d403054b102364203a"></a><!-- doxytag: member="__gnu_parallel::__binder2nd::_M_op" ref="a2e73c4b8d70938d403054b102364203a" args="" -->
_Operation <b>_M_op</b>
<li><a class="anchor" id="ab905fdfa855a0f7f1783dd7fd69dfbd7"></a><!-- doxytag: member="__gnu_parallel::__binder2nd::_M_value" ref="ab905fdfa855a0f7f1783dd7fd69dfbd7" args="" -->
_SecondArgumentType <b>_M_value</b>
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><h3>template&lt;typename _Operation, typename _FirstArgumentType, typename _SecondArgumentType, typename _ResultType&gt;<br/>
class __gnu_parallel::__binder2nd&lt; _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType &gt;</h3>

<p>Similar to <a class="el" href="a00410.html" title="One of the binder functors.">std::binder2nd</a>, but giving the argument types explicitly. </p>

<p>Definition at line <a class="el" href="a00764_source.html#l00220">220</a> of file <a class="el" href="a00764_source.html">parallel/base.h</a>.</p>
</div><hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a6e96c92b2592035c938f85ab1da1c876"></a><!-- doxytag: member="__gnu_parallel::__binder2nd::argument_type" ref="a6e96c92b2592035c938f85ab1da1c876" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef _FirstArgumentType  <a class="el" href="a00723.html">std::unary_function</a>&lt; _FirstArgumentType , _ResultType  &gt;::<a class="el" href="a00723.html#a6e96c92b2592035c938f85ab1da1c876">argument_type</a><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p><code>argument_type</code> is the type of the argument </p>

<p>Definition at line <a class="el" href="a01050_source.html#l00105">105</a> of file <a class="el" href="a01050_source.html">stl_function.h</a>.</p>

</div>
</div>
<a class="anchor" id="a70d48de710aa15c5e811cbcf6c8bdd61"></a><!-- doxytag: member="__gnu_parallel::__binder2nd::result_type" ref="a70d48de710aa15c5e811cbcf6c8bdd61" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef _ResultType  <a class="el" href="a00723.html">std::unary_function</a>&lt; _FirstArgumentType , _ResultType  &gt;::<a class="el" href="a00723.html#a70d48de710aa15c5e811cbcf6c8bdd61">result_type</a><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p><code>result_type</code> is the return type </p>

<p>Definition at line <a class="el" href="a01050_source.html#l00108">108</a> of file <a class="el" href="a01050_source.html">stl_function.h</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00764_source.html">parallel/base.h</a></li>
</ul>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="a01131.html">__gnu_parallel</a>      </li>
      <li class="navelem"><a class="el" href="a00093.html">__binder2nd</a>      </li>
      <li class="footer">Generated by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </li>
    </ul>
  </div>

</body>
</html>