• 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>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 class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">
19pop_front
20</th>
21        </tr>
22        <tr>
23          <td width="20%" align="left"><a accesskey="p" href="stldb_vectorpush_front.html">Prev</a>��</td>
24          <th width="60%" align="center">Chapter��4.��
25 Db_vector  </th>
26          <td width="20%" align="right">��<a accesskey="n" href="stldb_vectorinsert.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_vectorpop_front"></a>
36pop_front
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">
51void��pop_front()
52 </pre>
53        <div class="sect3" lang="en" xml:lang="en">
54          <div class="titlepage"></div>
55          <p>Pop out the front element from the vector. </p>
56          <p>This function supports auto-commit. </p>
57        </div>
58      </div>
59      <div class="sect2" lang="en" xml:lang="en">
60        <div class="titlepage">
61          <div>
62            <div>
63              <h3 class="title"><a id="id1547841"></a>
64Group: Functions specific to deque and list</h3>
65            </div>
66          </div>
67        </div>
68        <p>These functions come from std::list and std::deque, and have identical behaviors to their counterparts in std::list/stddeque.</p>
69        <div class="simplesect" lang="en" xml:lang="en">
70          <div class="titlepage"></div>
71          <p><a class="ulink" href="http://www.cplusplus.com/reference/stl/deque/pop_front.html" target="_top">http://www.cplusplus.com/reference/stl/deque/pop_front.html</a> <a class="ulink" href="http://www.cplusplus.com/reference/stl/deque/push_front.html" target="_top">http://www.cplusplus.com/reference/stl/deque/push_front.html</a> </p>
72        </div>
73        <p>
74</p>
75      </div>
76      <div class="sect2" lang="en" xml:lang="en">
77        <div class="titlepage">
78          <div>
79            <div>
80              <h3 class="title"><a id="id1547120"></a>
81Class</h3>
82            </div>
83          </div>
84        </div>
85        <p>
86  <a class="link" href="db_vector.html" title="Chapter��4.�� Db_vector">
87  db_vector</a>
88     </p>
89      </div>
90    </div>
91    <div class="navfooter">
92      <hr />
93      <table width="100%" summary="Navigation footer">
94        <tr>
95          <td width="40%" align="left"><a accesskey="p" href="stldb_vectorpush_front.html">Prev</a>��</td>
96          <td width="20%" align="center">
97            <a accesskey="u" href="db_vector.html">Up</a>
98          </td>
99          <td width="40%" align="right">��<a accesskey="n" href="stldb_vectorinsert.html">Next</a></td>
100        </tr>
101        <tr>
102          <td width="40%" align="left" valign="top">
103push_front
104��</td>
105          <td width="20%" align="center">
106            <a accesskey="h" href="index.html">Home</a>
107          </td>
108          <td width="40%" align="right" valign="top">��
109insert
110</td>
111        </tr>
112      </table>
113    </div>
114  </body>
115</html>
116