• 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>upper_bound</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="db_multimap.html" title="Chapter��6.�� Db_multimap" />
11    <link rel="prev" href="stldb_multimapcount.html" title="count" />
12    <link rel="next" href="stldb_multimapdb_multimap.html" title="db_multimap" />
13  </head>
14  <body>
15    <div class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">
19upper_bound
20</th>
21        </tr>
22        <tr>
23          <td width="20%" align="left"><a accesskey="p" href="stldb_multimapcount.html">Prev</a>��</td>
24          <th width="60%" align="center">Chapter��6.��
25 Db_multimap  </th>
26          <td width="20%" align="right">��<a accesskey="n" href="stldb_multimapdb_multimap.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="stldb_multimapupper_bound"></a>
36upper_bound
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">
51const_iterator��upper_bound(const��key_type��&amp;x)��const
52 </pre>
53        <div class="sect3" lang="en" xml:lang="en">
54          <div class="titlepage"></div>
55          <p>Find the least key greater than x. </p>
56          <p></p>
57        </div>
58        <div class="sect3" lang="en" xml:lang="en">
59          <div class="titlepage">
60            <div>
61              <div>
62                <h4 class="title"><a id="id1554624"></a>
63Parameters</h4>
64              </div>
65            </div>
66          </div>
67          <div class="sect4" lang="en" xml:lang="en">
68            <div class="titlepage">
69              <div>
70                <div>
71                  <h5 class="title"><a id="id1554620"></a>
72 x </h5>
73                </div>
74              </div>
75            </div>
76            <p>The target key to find. </p>
77          </div>
78        </div>
79        <div class="sect3" lang="en" xml:lang="en">
80          <div class="titlepage">
81            <div>
82              <div>
83                <h4 class="title"><a id="id1554621"></a>
84Return Value</h4>
85              </div>
86            </div>
87          </div>
88          <p>The valid iterator sitting on the key, or an invalid one. </p>
89        </div>
90        <div class="sect3" lang="en" xml:lang="en">
91          <div class="titlepage">
92            <div>
93              <div>
94                <h4 class="title"><a id="id1554294"></a>
95See Also</h4>
96              </div>
97            </div>
98          </div>
99          <p>
100    </p>
101          <p><a class="ulink" href="http://www.cplusplus.com/reference/stl/multimap/upper_bound/" target="_top">http://www.cplusplus.com/reference/stl/multimap/upper_bound/</a> </p>
102          <p>   </p>
103        </div>
104        <pre class="programlisting">
105iterator��upper_bound(const��key_type��&amp;x,
106��������bool��readonly=false)
107 </pre>
108        <div class="sect3" lang="en" xml:lang="en">
109          <div class="titlepage"></div>
110          <p>Find the least key greater than x. </p>
111          <p></p>
112        </div>
113        <div class="sect3" lang="en" xml:lang="en">
114          <div class="titlepage">
115            <div>
116              <div>
117                <h4 class="title"><a id="id1554617"></a>
118Parameters</h4>
119              </div>
120            </div>
121          </div>
122          <div class="sect4" lang="en" xml:lang="en">
123            <div class="titlepage">
124              <div>
125                <div>
126                  <h5 class="title"><a id="id1554478"></a>
127 x </h5>
128                </div>
129              </div>
130            </div>
131            <p>The target key to find. </p>
132          </div>
133          <div class="sect4" lang="en" xml:lang="en">
134            <div class="titlepage">
135              <div>
136                <div>
137                  <h5 class="title"><a id="id1554632"></a>
138 readonly </h5>
139                </div>
140              </div>
141            </div>
142            <p>Whether the returned iterator is readonly. </p>
143          </div>
144        </div>
145        <div class="sect3" lang="en" xml:lang="en">
146          <div class="titlepage">
147            <div>
148              <div>
149                <h4 class="title"><a id="id1554582"></a>
150Return Value</h4>
151              </div>
152            </div>
153          </div>
154          <p>The valid iterator sitting on the key, or an invalid one. </p>
155        </div>
156        <div class="sect3" lang="en" xml:lang="en">
157          <div class="titlepage">
158            <div>
159              <div>
160                <h4 class="title"><a id="id1554584"></a>
161See Also</h4>
162              </div>
163            </div>
164          </div>
165          <p>
166    </p>
167          <p><a class="ulink" href="http://www.cplusplus.com/reference/stl/multimap/upper_bound/" target="_top">http://www.cplusplus.com/reference/stl/multimap/upper_bound/</a> </p>
168          <p>   </p>
169        </div>
170      </div>
171      <div class="sect2" lang="en" xml:lang="en">
172        <div class="titlepage">
173          <div>
174            <div>
175              <h3 class="title"><a id="id1554267"></a>
176Group: Searching Functions</h3>
177            </div>
178          </div>
179        </div>
180        <p>See of db_map's searching functions group for details about iterator, function version and parameters.</p>
181        <div class="simplesect" lang="en" xml:lang="en">
182          <div class="titlepage"></div>
183          <p><a class="link" href="db_map.html" title="Chapter��5.�� Db_map">db_map</a>
184 </p>
185        </div>
186        <p>
187</p>
188      </div>
189      <div class="sect2" lang="en" xml:lang="en">
190        <div class="titlepage">
191          <div>
192            <div>
193              <h3 class="title"><a id="id1554769"></a>
194Class</h3>
195            </div>
196          </div>
197        </div>
198        <p>
199  <a class="link" href="db_multimap.html" title="Chapter��6.�� Db_multimap">
200  db_multimap</a>
201     </p>
202      </div>
203    </div>
204    <div class="navfooter">
205      <hr />
206      <table width="100%" summary="Navigation footer">
207        <tr>
208          <td width="40%" align="left"><a accesskey="p" href="stldb_multimapcount.html">Prev</a>��</td>
209          <td width="20%" align="center">
210            <a accesskey="u" href="db_multimap.html">Up</a>
211          </td>
212          <td width="40%" align="right">��<a accesskey="n" href="stldb_multimapdb_multimap.html">Next</a></td>
213        </tr>
214        <tr>
215          <td width="40%" align="left" valign="top">
216count
217��</td>
218          <td width="20%" align="center">
219            <a accesskey="h" href="index.html">Home</a>
220          </td>
221          <td width="40%" align="right" valign="top">��
222db_multimap
223</td>
224        </tr>
225      </table>
226    </div>
227  </body>
228</html>
229