• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/docs/api_reference/STL/
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4  <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6    <title>lt</title>
7    <link rel="stylesheet" href="apiReference.css" type="text/css" />
8    <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9    <link rel="start" href="index.html" title="Berkeley DB C++ Standard Template Library API Reference" />
10    <link rel="up" href="DbstlElemTraits.html" title="Chapter��26.�� DbstlElemTraits" />
11    <link rel="prev" href="stlDbstlElemTraitseq.html" title="eq" />
12    <link rel="next" href="stlDbstlElemTraitscompare.html" title="compare" />
13  </head>
14  <body>
15    <div class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">
19lt
20</th>
21        </tr>
22        <tr>
23          <td width="20%" align="left"><a accesskey="p" href="stlDbstlElemTraitseq.html">Prev</a>��</td>
24          <th width="60%" align="center">Chapter��26.��
25 DbstlElemTraits  </th>
26          <td width="20%" align="right">��<a accesskey="n" href="stlDbstlElemTraitscompare.html">Next</a></td>
27        </tr>
28      </table>
29      <hr />
30    </div>
31    <div class="sect1" lang="en" xml:lang="en">
32      <div class="titlepage">
33        <div>
34          <div>
35            <h2 class="title" style="clear: both"><a id="stlDbstlElemTraitslt"></a>
36lt
37</h2>
38          </div>
39        </div>
40      </div>
41      <div class="sect2" lang="en" xml:lang="en">
42        <div class="titlepage">
43          <div>
44            <div>
45              <h3 class="title"><a id="func_details"></a>
46Function Details</h3>
47            </div>
48          </div>
49        </div>
50        <pre class="programlisting">
51static��bool��lt(const��T��&amp;left,
52��������const��T��&amp;right)
53 </pre>
54        <div class="sect3" lang="en" xml:lang="en">
55          <div class="titlepage"></div>
56          <p>Less than comparison. </p>
57          <p>Returns if object left is less than object right. </p>
58        </div>
59      </div>
60      <div class="sect2" lang="en" xml:lang="en">
61        <div class="titlepage">
62          <div>
63            <div>
64              <h3 class="title"><a id="id1570846"></a>
65Group: Interface compatible with std::string's char_traits.</h3>
66            </div>
67          </div>
68        </div>
69        <p>Following are char_traits funcitons, which make this class char_traits compatiable, so that it can be used in std::basic_string template, and be manipulated by the c++ stl algorithms. </p>
70      </div>
71      <div class="sect2" lang="en" xml:lang="en">
72        <div class="titlepage">
73          <div>
74            <div>
75              <h3 class="title"><a id="id1570869"></a>
76Class</h3>
77            </div>
78          </div>
79        </div>
80        <p>
81  <a class="link" href="DbstlElemTraits.html" title="Chapter��26.�� DbstlElemTraits">
82  DbstlElemTraits</a>
83     </p>
84      </div>
85    </div>
86    <div class="navfooter">
87      <hr />
88      <table width="100%" summary="Navigation footer">
89        <tr>
90          <td width="40%" align="left"><a accesskey="p" href="stlDbstlElemTraitseq.html">Prev</a>��</td>
91          <td width="20%" align="center">
92            <a accesskey="u" href="DbstlElemTraits.html">Up</a>
93          </td>
94          <td width="40%" align="right">��<a accesskey="n" href="stlDbstlElemTraitscompare.html">Next</a></td>
95        </tr>
96        <tr>
97          <td width="40%" align="left" valign="top">
98eq
99��</td>
100          <td width="20%" align="center">
101            <a accesskey="h" href="index.html">Home</a>
102          </td>
103          <td width="40%" align="right" valign="top">��
104compare
105</td>
106        </tr>
107      </table>
108    </div>
109  </body>
110</html>
111