Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / docs / api_reference / STL / stldb_vectormax_size.html
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>max_size</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_vector.html" title="Chapter 4.  Db_vector" />
11     <link rel="prev" href="stldb_vectorrend.html" title="rend" />
12     <link rel="next" href="stldb_vectorcapacity.html" title="capacity" />
13   </head>
14   <body>
15     <div xmlns="" class="navheader">
16       <div class="libver">
17         <p>Library Version 11.2.5.3</p>
18       </div>
19       <table width="100%" summary="Navigation header">
20         <tr>
21           <th colspan="3" align="center">max_size</th>
22         </tr>
23         <tr>
24           <td width="20%" align="left"><a accesskey="p" href="stldb_vectorrend.html">Prev</a> </td>
25           <th width="60%" align="center">Chapter 4. 
26  Db_vector  </th>
27           <td width="20%" align="right"> <a accesskey="n" href="stldb_vectorcapacity.html">Next</a></td>
28         </tr>
29       </table>
30       <hr />
31     </div>
32     <div class="sect1" lang="en" xml:lang="en">
33       <div class="titlepage">
34         <div>
35           <div>
36             <h2 class="title" style="clear: both"><a id="stldb_vectormax_size"></a>max_size</h2>
37           </div>
38         </div>
39       </div>
40       <div class="sect2" lang="en" xml:lang="en">
41         <div class="titlepage">
42           <div>
43             <div>
44               <h3 class="title"><a id="stldb_vectormax_size_details"></a>Function Details</h3>
45             </div>
46           </div>
47         </div>
48         <pre class="programlisting">
49 size_type max_size() const
50  </pre>
51         <p>Get max size. </p>
52         <p>The returned size is not the actual limit of database. See the Berkeley DB limits to get real max size. </p>
53         <div class="sect3" lang="en" xml:lang="en">
54           <div class="titlepage">
55             <div>
56               <div>
57                 <h4 class="title"><a id="idm2450840"></a>Return Value</h4>
58               </div>
59             </div>
60           </div>
61           <p>A meaningless huge number. </p>
62         </div>
63       </div>
64       <div class="sect2" lang="en" xml:lang="en">
65         <div class="titlepage">
66           <div>
67             <div>
68               <h3 class="title"><a id="idm2442864"></a>Group: Huge return</h3>
69             </div>
70           </div>
71         </div>
72         <p>These two functions return 2^30, denoting a huge number that does not overflow, because dbstl does not have to manage memory space.</p>
73         <p>But the return value is not the real limit, see the Berkeley DB database limits for the limits. </p>
74       </div>
75       <div class="sect2" lang="en" xml:lang="en">
76         <div class="titlepage">
77           <div>
78             <div>
79               <h3 class="title"><a id="idm2479632"></a>Class</h3>
80             </div>
81           </div>
82         </div>
83         <p>
84   <a class="link" href="db_vector.html" title="Chapter 4.  Db_vector">db_vector</a>
85      </p>
86       </div>
87     </div>
88     <div class="navfooter">
89       <hr />
90       <table width="100%" summary="Navigation footer">
91         <tr>
92           <td width="40%" align="left"><a accesskey="p" href="stldb_vectorrend.html">Prev</a> </td>
93           <td width="20%" align="center">
94             <a accesskey="u" href="db_vector.html">Up</a>
95           </td>
96           <td width="40%" align="right"> <a accesskey="n" href="stldb_vectorcapacity.html">Next</a></td>
97         </tr>
98         <tr>
99           <td width="40%" align="left" valign="top">rend </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"> capacity</td>
104         </tr>
105       </table>
106     </div>
107   </body>
108 </html>