Sophie

Sophie

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

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::_LexicographicReverse&lt; _T1, _T2, _Compare &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('a00130.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>  </div>
  <div class="headertitle">
<div class="title">__gnu_parallel::_LexicographicReverse&lt; _T1, _T2, _Compare &gt; Class Template Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="__gnu_parallel::_LexicographicReverse" --><!-- doxytag: inherits="binary_function&lt; _T1, _T2, bool &gt;" -->
<p>Compare __a pair of types lexicographically, descending.  
 <a href="a00130.html#details">More...</a></p>
<div class="dynheader">
Inheritance diagram for __gnu_parallel::_LexicographicReverse&lt; _T1, _T2, _Compare &gt;:</div>
<div class="dyncontent">
<div class="center"><img src="a01589.png" border="0" usemap="#____gnu__parallel_1_1___lexicographic_reverse_3_01___t1_00_01___t2_00_01___compare_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="____gnu__parallel_1_1___lexicographic_reverse_3_01___t1_00_01___t2_00_01___compare_01_4_inherit__map" id="____gnu__parallel_1_1___lexicographic_reverse_3_01___t1_00_01___t2_00_01___compare_01_4_inherit__map">
<area shape="rect" id="node2" href="a00254.html" title="std::binary_function\&lt; _T1, _T2, bool \&gt;" alt="" coords="79,101,305,131"/><area shape="rect" id="node4" href="a00254.html" title="std::binary_function\&lt; _Arg1, _Arg2, _Result \&gt;" alt="" coords="59,5,325,35"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="a01590.html">List of all members.</a></p>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>typedef _T1 <a class="el" href="a00254.html#ad907337549df2e1a3c3dbca8e0693dba">first_argument_type</a>
<li>typedef bool <a class="el" href="a00254.html#a5fe0082d5851e1be6383ad8d8493264e">result_type</a>
<li>typedef _T2 <a class="el" href="a00254.html#aae0f69fe498930627177ff1f06d0ef9f">second_argument_type</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="anchor" id="a2ae474b31d5ee5e5eb1ce979a3c6b495"></a><!-- doxytag: member="__gnu_parallel::_LexicographicReverse::_LexicographicReverse" ref="a2ae474b31d5ee5e5eb1ce979a3c6b495" args="(_Compare &amp;__comp)" -->
<b>_LexicographicReverse</b> (_Compare &amp;__comp)
<li><a class="anchor" id="a57e96cd4e4841b5747a85301ffdbcc69"></a><!-- doxytag: member="__gnu_parallel::_LexicographicReverse::operator()" ref="a57e96cd4e4841b5747a85301ffdbcc69" args="(const std::pair&lt; _T1, _T2 &gt; &amp;__p1, const std::pair&lt; _T1, _T2 &gt; &amp;__p2) const " -->
bool <b>operator()</b> (const <a class="el" href="a00263.html">std::pair</a>&lt; _T1, _T2 &gt; &amp;__p1, const <a class="el" href="a00263.html">std::pair</a>&lt; _T1, _T2 &gt; &amp;__p2) const 
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><h3>template&lt;typename _T1, typename _T2, typename _Compare&gt;<br/>
class __gnu_parallel::_LexicographicReverse&lt; _T1, _T2, _Compare &gt;</h3>

<p>Compare __a pair of types lexicographically, descending. </p>

<p>Definition at line <a class="el" href="a00950_source.html#l00082">82</a> of file <a class="el" href="a00950_source.html">multiseq_selection.h</a>.</p>
</div><hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="ad907337549df2e1a3c3dbca8e0693dba"></a><!-- doxytag: member="__gnu_parallel::_LexicographicReverse::first_argument_type" ref="ad907337549df2e1a3c3dbca8e0693dba" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef _T1  <a class="el" href="a00254.html">std::binary_function</a>&lt; _T1 , _T2 , bool  &gt;::<a class="el" href="a00254.html#ad907337549df2e1a3c3dbca8e0693dba">first_argument_type</a><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p><code>first_argument_type</code> is the type of the first argument </p>

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

</div>
</div>
<a class="anchor" id="a5fe0082d5851e1be6383ad8d8493264e"></a><!-- doxytag: member="__gnu_parallel::_LexicographicReverse::result_type" ref="a5fe0082d5851e1be6383ad8d8493264e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef bool  <a class="el" href="a00254.html">std::binary_function</a>&lt; _T1 , _T2 , bool  &gt;::<a class="el" href="a00254.html#a5fe0082d5851e1be6383ad8d8493264e">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#l00124">124</a> of file <a class="el" href="a01050_source.html">stl_function.h</a>.</p>

</div>
</div>
<a class="anchor" id="aae0f69fe498930627177ff1f06d0ef9f"></a><!-- doxytag: member="__gnu_parallel::_LexicographicReverse::second_argument_type" ref="aae0f69fe498930627177ff1f06d0ef9f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef _T2  <a class="el" href="a00254.html">std::binary_function</a>&lt; _T1 , _T2 , bool  &gt;::<a class="el" href="a00254.html#aae0f69fe498930627177ff1f06d0ef9f">second_argument_type</a><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p><code>second_argument_type</code> is the type of the second argument </p>

<p>Definition at line <a class="el" href="a01050_source.html#l00121">121</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="a00950_source.html">multiseq_selection.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="a00130.html">_LexicographicReverse</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>