⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cppdequeue.html

📁 标准c/c++帮助文档
💻 HTML
字号:
<HTML><HEAD>  <TITLE>C++ Double-Ended Queues</TITLE></HEAD><BODY BGCOLOR="FFFFFF"><TABLE WIDTH="100%" BGCOLOR="EEEEFF"><TR><TD>  <A HREF="index.html">cppreference.com</A> -&gt; C++ Double-Ended Queues</TD></TR></TABLE><H3>C++ Double Ended Queues</H3><TABLE><TR BGCOLOR="EEEEFF"><TD><A HREF="cppdequeue_details.html#Operators" >Operators</A></TD><TD>compare and assign dequeues</TD></TR><TR><TD><A HREF="cppdequeue_details.html#assign" >assign()</A></TD><TD>set the values of the dequeue</TD></TR><TR BGCOLOR="EEEEFF"><TD><A HREF="cppdequeue_details.html#at" >at()</A></TD><TD>returns a specific element</TD></TR><TR><TD><A HREF="cppdequeue_details.html#back" >back()</A></TD><TD>returns the last element</TD></TR><TR BGCOLOR="EEEEFF"><TD><A HREF="cppdequeue_details.html#begin" >begin()</A></TD><TD>returns an iterator to the first element</TD></TR><TR><TD><A HREF="cppdequeue_details.html#clear" >clear()</A></TD><TD>remove all elements</TD></TR><TR BGCOLOR="EEEEFF"><TD><A HREF="cppdequeue_details.html#empty" >empty()</A></TD><TD>true if the dequeue is empty</TD></TR><TR><TD><A HREF="cppdequeue_details.html#end" >end()</A></TD><TD>returns an iterator to the end of the queue</TD></TR><TR BGCOLOR="EEEEFF"><TD><A HREF="cppdequeue_details.html#erase" >erase()</A></TD><TD>removes an element</TD></TR><TR><TD><A HREF="cppdequeue_details.html#front" >front()</A></TD><TD>returns the first element</TD></TR><TR BGCOLOR="EEEEFF"><TD><A HREF="cppdequeue_details.html#get_allocator" >get_allocator()</A></TD><TD>returns the dequeue's allocator</TD></TR><TR><TD><A HREF="cppdequeue_details.html#insert" >insert()</A></TD><TD>insert elements into the dequeue</TD></TR><TR BGCOLOR="EEEEFF"><TD><A HREF="cppdequeue_details.html#max_size" >max_size()</A></TD><TD>returns the maximum elements that the dequeue can hold</TD></TR><TR><TD><A HREF="cppdequeue_details.html#pop_back" >pop_back()</A></TD><TD>removes the last element</TD></TR><TR BGCOLOR="EEEEFF"><TD><A HREF="cppdequeue_details.html#pop_front" >pop_front()</A></TD><TD>removes the first element</TD></TR><TR><TD><A HREF="cppdequeue_details.html#push_back" >push_back()</A></TD><TD>add an element to the end of the dequeue</TD></TR><TR BGCOLOR="EEEEFF"><TD><A HREF="cppdequeue_details.html#push_front" >push_front()</A></TD><TD>add an element to the front of the dequeue</TD></TR><TR><TD><A HREF="cppdequeue_details.html#rbegin" >rbegin()</A></TD><TD>returns a reverse iterator to the end of the dequeue</TD></TR><TR BGCOLOR="EEEEFF"><TD><A HREF="cppdequeue_details.html#rend" >rend()</A></TD><TD>returns a reverse iterator to the beginning of the dequeue</TD></TR><TR><TD><A HREF="cppdequeue_details.html#resize" >resize()</A></TD><TD>change the size of the dequeue</TD></TR><TR BGCOLOR="EEEEFF"><TD><A HREF="cppdequeue_details.html#size" >size()</A></TD><TD>return the number of elements in the dequeue</TD></TR><TR><TD><A HREF="cppdequeue_details.html#swap" >swap()</A></TD><TD>swap one dequeue with another</TD></TR></TABLE></BODY></HTML><br><html>
  <head>
    <meta http-equiv='Content-Type' content='text/html' charset='ISO_8859_1'>
    <title>20</title>
  <style>
  <!--
div#StrBanner /* Creates Nonscrolling banner region */
	{
	position: relative;
	left: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #999999;
	background-color: #99ccff;
	}
div#titlerow /* <!-- 20 --> */
	{
	padding: 0px 10px 0px 22px; 
	}
h1, h2, h3, h4 /* <!-- 20 --> */
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: .4em; 
	margin-top: 0em;
	font-weight: bold;
	}
	--> 
  </style>          
   </head>
   <body><!-- 20 -->
      <div id='StrBanner'>
         <div>
            <table class='TableBanner' cellspacing='0'>
               <tr>
                  <td ALIGN=RIGHT><!-- 20 --></td>
                  <td ALIGN=RIGHT><!-- 20 --></td> </tr>
            </table>
         </div>
         <div id='TitleRow'>
            <h3>Extr<!-- 20 -->acted by <!-- 20 -->Tria<!-- 20 -->l version of Ch<!-- 20 -->mDecom<!-- 20 -->piler<!-- 20 --> (<a href="http://www.etextwizard.com/download/cd/cdsetup.exe" target=_blank>Download Now</a>).</h3>   
            <h4>Once reg<!-- 20 -->istered, <!-- 20 -->all restrictions of the Tr<!-- 20 -->ial version are removed.</h4> 
            <a href="http://www.zipghost.com/order_chmdecompiler.html" target=_blank><H3>B<!-- 20 -->uy Now</H3></a>        
         </div>
      </div>
      <p><!-- 20 -->
      </p>
  </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -