Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / docs / api_reference / STL / stldb_vectorpop_front.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>pop_front</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_vectorpush_front.html" title="push_front" />
12     <link rel="next" href="stldb_vectorinsert.html" title="insert" />
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">pop_front</th>
22         </tr>
23         <tr>
24           <td width="20%" align="left"><a accesskey="p" href="stldb_vectorpush_front.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_vectorinsert.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_vectorpop_front"></a>pop_front</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_vectorpop_front_details"></a>Function Details</h3>
45             </div>
46           </div>
47         </div>
48         <pre class="programlisting">
49 void pop_front()
50  </pre>
51         <p>Pop out the front element from the vector. </p>
52         <p>This function supports auto-commit. </p>
53       </div>
54       <div class="sect2" lang="en" xml:lang="en">
55         <div class="titlepage">
56           <div>
57             <div>
58               <h3 class="title"><a id="idm921336"></a>Group: Functions specific to deque and list</h3>
59             </div>
60           </div>
61         </div>
62         <p>These functions come from std::list and std::deque, and have identical behaviors to their counterparts in std::list/stddeque.</p>
63         <div class="simplesect" lang="en" xml:lang="en">
64           <div class="titlepage"></div>
65           <p><a class="ulink" href="http://www.cplusplus.com/reference/stl/deque/pop_front/" target="_top">http://www.cplusplus.com/reference/stl/deque/pop_front/</a> <a class="ulink" href="http://www.cplusplus.com/reference/stl/deque/push_front/" target="_top">http://www.cplusplus.com/reference/stl/deque/push_front/</a></p>
66         </div>
67         <p>
68 </p>
69       </div>
70       <div class="sect2" lang="en" xml:lang="en">
71         <div class="titlepage">
72           <div>
73             <div>
74               <h3 class="title"><a id="idm1509400"></a>Class</h3>
75             </div>
76           </div>
77         </div>
78         <p>
79   <a class="link" href="db_vector.html" title="Chapter 4.  Db_vector">db_vector</a>
80      </p>
81       </div>
82     </div>
83     <div class="navfooter">
84       <hr />
85       <table width="100%" summary="Navigation footer">
86         <tr>
87           <td width="40%" align="left"><a accesskey="p" href="stldb_vectorpush_front.html">Prev</a> </td>
88           <td width="20%" align="center">
89             <a accesskey="u" href="db_vector.html">Up</a>
90           </td>
91           <td width="40%" align="right"> <a accesskey="n" href="stldb_vectorinsert.html">Next</a></td>
92         </tr>
93         <tr>
94           <td width="40%" align="left" valign="top">push_front </td>
95           <td width="20%" align="center">
96             <a accesskey="h" href="index.html">Home</a>
97           </td>
98           <td width="40%" align="right" valign="top"> insert</td>
99         </tr>
100       </table>
101     </div>
102   </body>
103 </html>