summaryrefslogtreecommitdiff
path: root/doc/html/DefaultConstructible.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:18:43 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:18:43 +0900
commit5ce2ccf2f23c6d3de4c79f216f57ca6f2a18ed16 (patch)
treebbee48efb9867d19ac3fdd84ba714c7af326cd53 /doc/html/DefaultConstructible.html
parentb8cf34c691623e4ec329053cbbf68522a855882d (diff)
downloadboost-5ce2ccf2f23c6d3de4c79f216f57ca6f2a18ed16.tar.gz
boost-5ce2ccf2f23c6d3de4c79f216f57ca6f2a18ed16.tar.bz2
boost-5ce2ccf2f23c6d3de4c79f216f57ca6f2a18ed16.zip
Imported Upstream version 1.68.0upstream/1.68.0
Diffstat (limited to 'doc/html/DefaultConstructible.html')
-rw-r--r--doc/html/DefaultConstructible.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/DefaultConstructible.html b/doc/html/DefaultConstructible.html
index 0bfc1e6f24..8143b628d6 100644
--- a/doc/html/DefaultConstructible.html
+++ b/doc/html/DefaultConstructible.html
@@ -30,19 +30,19 @@
<p>DefaultConstructible</p>
</div>
<div class="refsect1">
-<a name="id-1.3.48.3.10.3"></a><h2>Description</h2>
+<a name="id-1.3.49.3.10.3"></a><h2>Description</h2>
<p>DefaultConstructible objects only need to have a default
constructor.</p>
</div>
<div class="refsect1">
-<a name="id-1.3.48.3.10.4"></a><h2>Notation</h2>
+<a name="id-1.3.49.3.10.4"></a><h2>Notation</h2>
<div class="variablelist"><dl class="variablelist">
<dt><span class="term">X</span></dt>
<dd>A type playing the role of default-constructible-type in the <a class="link" href="DefaultConstructible.html" title="Concept DefaultConstructible">DefaultConstructible</a> concept.</dd>
</dl></div>
</div>
<div class="refsect1">
-<a name="id-1.3.48.3.10.5"></a><h2>Valid expressions</h2>
+<a name="id-1.3.49.3.10.5"></a><h2>Valid expressions</h2>
<div class="informaltable"><table class="table">
<colgroup>
<col>
@@ -65,7 +65,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="id-1.3.48.3.10.6"></a><h2>Models</h2>
+<a name="id-1.3.49.3.10.6"></a><h2>Models</h2>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><span class="simplelist"><span class="type">int</span></span></li>
<li class="listitem"><span class="simplelist"><span class="type">std::vector&lt;double&gt;</span></span></li>