summaryrefslogtreecommitdiff
path: root/doc/html/boost/lockfree/allocator.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-10-06 10:41:18 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-10-06 10:43:11 +0900
commitf763a99a501650eff2c60288aa6f10ef916d769e (patch)
tree02af7e13f9a38c888ebf340fe764cbe7dae99da9 /doc/html/boost/lockfree/allocator.html
parent5cde13f21d36c7224b0e13d11c4b49379ae5210d (diff)
downloadboost-f763a99a501650eff2c60288aa6f10ef916d769e.tar.gz
boost-f763a99a501650eff2c60288aa6f10ef916d769e.tar.bz2
boost-f763a99a501650eff2c60288aa6f10ef916d769e.zip
Imported Upstream version 1.62.0upstream/1.62.0
Change-Id: I9d4c1ddb7b7d8f0069217ecc582700f9fda6dd4c Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/boost/lockfree/allocator.html')
-rw-r--r--doc/html/boost/lockfree/allocator.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/html/boost/lockfree/allocator.html b/doc/html/boost/lockfree/allocator.html
index 0c563acb79..0944bdf6ea 100644
--- a/doc/html/boost/lockfree/allocator.html
+++ b/doc/html/boost/lockfree/allocator.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template allocator</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<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="../../lockfree/reference.html#header.boost.lockfree.policies_hpp" title="Header &lt;boost/lockfree/policies.hpp&gt;">
<link rel="prev" href="capacity.html" title="Struct template capacity">
@@ -33,10 +33,12 @@
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../lockfree/reference.html#header.boost.lockfree.policies_hpp" title="Header &lt;boost/lockfree/policies.hpp&gt;">boost/lockfree/policies.hpp</a>&gt;
</span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Alloc<span class="special">&gt;</span>
-<span class="keyword">struct</span> <a class="link" href="allocator.html" title="Struct template allocator">allocator</a> <span class="special">{</span>
+<span class="keyword">struct</span> <a class="link" href="allocator.html" title="Struct template allocator">allocator</a> <span class="special">:</span>
+ <span class="keyword">public</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">parameter</span><span class="special">::</span><span class="identifier">template_keyword</span><span class="special">&lt;</span> <span class="identifier">tag</span><span class="special">::</span><span class="identifier">allocator</span><span class="special">,</span> <span class="identifier">Alloc</span> <span class="special">&gt;</span>
+<span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp252929920"></a><h2>Description</h2>
+<a name="idm45927931271008"></a><h2>Description</h2>
<p>Defines the <span class="bold"><strong>allocator</strong></span> type of a data structure. </p>
</div>
</div>