summaryrefslogtreecommitdiff
path: root/doc/html/circular_buffer/rationale.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/circular_buffer/rationale.html')
-rw-r--r--doc/html/circular_buffer/rationale.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/html/circular_buffer/rationale.html b/doc/html/circular_buffer/rationale.html
index 8fa9ee0c30..d8baf23ac2 100644
--- a/doc/html/circular_buffer/rationale.html
+++ b/doc/html/circular_buffer/rationale.html
@@ -6,9 +6,10 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../circular_buffer.html" title="Chapter 8. Boost.Circular Buffer">
+<link rel="up" href="../circular_buffer.html" title="Chapter 7. Boost.Circular Buffer">
<link rel="prev" href="example.html" title="Circular_buffer example">
<link rel="next" href="implementation.html" title="Implementation">
+<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -48,7 +49,7 @@
</li>
<li class="listitem">
Suitable for <span class="emphasis"><em>specialization</em></span> by means of adaptors.
- (The <code class="computeroutput"><a class="link" href="../boost/circular_idm46484287439440.html" title="Class template circular_buffer_space_optimized">circular_buffer_space_optimized</a></code>
+ (The <code class="computeroutput"><a class="link" href="../boost/circular_buffer_sp_idm5277.html" title="Class template circular_buffer_space_optimized">circular_buffer_space_optimized</a></code>
is such an example of the adaptor.)
</li>
<li class="listitem">
@@ -57,7 +58,7 @@
</ul></div>
<p>
In order to achieve maximum efficiency, the <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code>
- and <code class="computeroutput"><a class="link" href="../boost/circular_idm46484287439440.html" title="Class template circular_buffer_space_optimized">circular_buffer_space_optimized</a></code>
+ and <code class="computeroutput"><a class="link" href="../boost/circular_buffer_sp_idm5277.html" title="Class template circular_buffer_space_optimized">circular_buffer_space_optimized</a></code>
store their elements in a <span class="bold"><strong>contiguous region of memory</strong></span>,
which then enables:
</p>
@@ -101,14 +102,11 @@
</li>
</ul></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 © 2003-2013 Jan Gaspar<p>
+<div class="copyright-footer">Copyright © 2003-2013 Jan Gaspar<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt 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>
-</div></td>
-</tr></table>
+</div>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="example.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../circular_buffer.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="implementation.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>