[DEV] add v1.76.0

This commit is contained in:
2021-10-05 21:37:46 +02:00
parent a97e9ae7d4
commit d0115b733d
45133 changed files with 4744437 additions and 1026325 deletions

View File

@@ -1,6 +1,6 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Concept BidirectionalIterator</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
@@ -29,7 +29,7 @@
<p>BidirectionalIterator</p>
</div>
<div class="refsect1">
<a name="idp96627472"></a><h2>Description</h2>
<a name="idm45888815041328"></a><h2>Description</h2>
<p>A bidirectional iterator is an iterator that can read through a sequence
of values. It can move in either direction through the sequence, and can
be either mutable (data pointed to by it can be changed) or not mutable.</p>
@@ -39,11 +39,11 @@
incrementable).</p>
</div>
<div class="refsect1">
<a name="idp96629248"></a><h2>Refinement of</h2>
<a name="idm45888815039552"></a><h2>Refinement of</h2>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><a class="link" href="ForwardIterator.html" title="Concept ForwardIterator">ForwardIterator</a></p></li></ul></div>
</div>
<div class="refsect1">
<a name="idp96630512"></a><h2>Associated types</h2>
<a name="idm45888815038288"></a><h2>Associated types</h2>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<p><span class="bold"><strong>value_type</strong></span></p>
@@ -58,7 +58,7 @@
</ul></div>
</div>
<div class="refsect1">
<a name="idp96634656"></a><h2>Notation</h2>
<a name="idm45888815034144"></a><h2>Notation</h2>
<div class="variablelist"><dl class="variablelist">
<dt><span class="term">Iter</span></dt>
<dd>A type playing the role of iterator-type in the <a class="link" href="BidirectionalIterator.html" title="Concept BidirectionalIterator">BidirectionalIterator</a> concept.</dd>
@@ -71,7 +71,7 @@
</dl></div>
</div>
<div class="refsect1">
<a name="idp96638736"></a><h2>Type expressions</h2>
<a name="idm45888815030064"></a><h2>Type expressions</h2>
<div class="variablelist"><dl class="variablelist">
<dt><span class="term">Category tag</span></dt>
<dd><p><span class="type">category</span> must be
@@ -80,7 +80,7 @@
</dl></div>
</div>
<div class="refsect1">
<a name="idp96640656"></a><h2>Valid expressions</h2>
<a name="idm45888815028144"></a><h2>Valid expressions</h2>
<div class="informaltable"><table class="table">
<colgroup>
<col>
@@ -106,8 +106,8 @@
<td><p><code class="computeroutput">i</code> is incrementable (not
off-the-end) and some dereferenceable iterator <code class="computeroutput">j</code> exists
such that <code class="computeroutput">i == ++j</code></p></td>
<td>&#160;</td>
<td>&#160;</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><p>Postdecrement</p></td>
@@ -122,13 +122,13 @@
</table></div>
</div>
<div class="refsect1">
<a name="idp96650768"></a><h2>Complexity</h2>
<a name="idm45888815018128"></a><h2>Complexity</h2>
<p>
All iterator operations must take amortized constant time.
</p>
</div>
<div class="refsect1">
<a name="idp96651408"></a><h2>Invariants</h2>
<a name="idm45888815017488"></a><h2>Invariants</h2>
<div class="variablelist"><dl class="variablelist">
<dt><span class="term">Predecrement must return object</span></dt>
<dd><p>
@@ -147,20 +147,20 @@
</dl></div>
</div>
<div class="refsect1">
<a name="idp96658592"></a><h2>Models</h2>
<a name="idm45888815010304"></a><h2>Models</h2>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><span class="simplelist"><span class="type">T *</span></span></li>
<li class="listitem"><span class="simplelist"><span class="type">std::list&lt;T&gt;::iterator</span></span></li>
</ul></div>
</div>
<div class="refsect1">
<a name="idp96660864"></a><h2>See also</h2>
<a name="idm45888815008032"></a><h2>See also</h2>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><a class="link" href="RandomAccessIterator.html" title="Concept RandomAccessIterator">RandomAccessIterator</a></p></li></ul></div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright &#169; 2001, 2002 Indiana University<br>Copyright &#169; 2000, 2001 University of Notre Dame du Lac<br>Copyright &#169; 2000 Jeremy Siek, Lie-Quan Lee, Andrew Lumsdaine<br>Copyright &#169; 1996-1999 Silicon Graphics Computer Systems, Inc.<br>Copyright &#169; 1994 Hewlett-Packard Company<p>Distributed under the Boost Software License, Version 1.0.
<td align="right"><div class="copyright-footer">Copyright © 2001, 2002 Indiana University<br>Copyright © 2000, 2001 University of Notre Dame du Lac<br>Copyright © 2000 Jeremy Siek, Lie-Quan Lee, Andrew Lumsdaine<br>Copyright © 1996-1999 Silicon Graphics Computer Systems, Inc.<br>Copyright © 1994 Hewlett-Packard Company<p>Distributed under the Boost Software License, Version 1.0.
(See accompanying file <code class="filename">LICENSE_1_0.txt</code> or copy at
<a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>