diff options
Diffstat (limited to 'doc/html/DefaultConstructible.html')
-rw-r--r-- | doc/html/DefaultConstructible.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/DefaultConstructible.html b/doc/html/DefaultConstructible.html index 085a02beed..ef0cb32ad8 100644 --- a/doc/html/DefaultConstructible.html +++ b/doc/html/DefaultConstructible.html @@ -6,7 +6,7 @@ <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="idp33959088-bb.html#concepts.reference" title="Concept reference"> +<link rel="up" href="idp14250512-bb.html#concepts.reference" title="Concept reference"> <link rel="prev" href="RandomAccessIterator.html" title="Concept RandomAccessIterator"> <link rel="next" href="CopyConstructible.html" title="Concept CopyConstructible"> </head> @@ -21,7 +21,7 @@ </tr></table> <hr> <div class="spirit-nav"> -<a accesskey="p" href="RandomAccessIterator.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="idp33959088-bb.html#concepts.reference"><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="CopyConstructible.html"><img src="../../doc/src/images/next.png" alt="Next"></a> +<a accesskey="p" href="RandomAccessIterator.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="idp14250512-bb.html#concepts.reference"><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="CopyConstructible.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="DefaultConstructible"></a><div class="titlepage"></div> @@ -30,19 +30,19 @@ <p>DefaultConstructible</p> </div> <div class="refsect1"> -<a name="idp615438480"></a><h2>Description</h2> +<a name="idp634291600"></a><h2>Description</h2> <p>DefaultConstructible objects only need to have a default constructor.</p> </div> <div class="refsect1"> -<a name="idp615439232"></a><h2>Notation</h2> +<a name="idp634292352"></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="idp615441456"></a><h2>Valid expressions</h2> +<a name="idp634294576"></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="idp615445856"></a><h2>Models</h2> +<a name="idp634298976"></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<double></span></span></li> @@ -104,7 +104,7 @@ </tr></table> <hr> <div class="spirit-nav"> -<a accesskey="p" href="RandomAccessIterator.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="idp33959088-bb.html#concepts.reference"><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="CopyConstructible.html"><img src="../../doc/src/images/next.png" alt="Next"></a> +<a accesskey="p" href="RandomAccessIterator.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="idp14250512-bb.html#concepts.reference"><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="CopyConstructible.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html> |