2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 03:42:19 +00:00

Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool

svn path=/trunk/libs/numeric/ublas/; revision=61437
This commit is contained in:
Jeremiah Willcock
2010-04-20 18:49:18 +00:00
parent 2e2753b186
commit 91645a9a20
22 changed files with 95 additions and 95 deletions

View File

@@ -12,7 +12,7 @@
<body>
<h1><img src="../../../../boost.png" align="middle" />Bounded Array Storage</h1>
<div class="toc" id="toc"></div>
<h2 id="bounded_array"><a name="bounded_array" id="bounded_array"></a>Bounded Array</h2>
<h2><a name="bounded_array"></a>Bounded Array</h2>
<h4>Description</h4>
<p>The templated class <code>bounded_array&lt;T, N, ALLOC&gt;</code> implements a bounded storage array. The bounded array is similar to a C++ array type in that its maximum size is bounded by N and is allocated on the stack instead of the heap. Similarly a <code>bounded_array</code> requires no secondary storage and ALLOC is only used to specify <code>size_type</code> and <code>difference_type</code>.
</p>