Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/doc/html/DefaultConstructible.html @ 46

Last change on this file since 46 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 3.8 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>Concept DefaultConstructible</title>
5<link rel="stylesheet" href="boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
7<link rel="start" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
8<link rel="up" href="id620092-bb.html#concepts.reference" title="Concept reference">
9<link rel="prev" href="RandomAccessIterator.html" title="Concept RandomAccessIterator">
10<link rel="next" href="CopyConstructible.html" title="Concept CopyConstructible">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%">
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td>
15<td align="center"><a href="../../index.htm">Home</a></td>
16<td align="center"><a href="../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="../../people/people.htm">People</a></td>
18<td align="center"><a href="../../more/faq.htm">FAQ</a></td>
19<td align="center"><a href="../../more/index.htm">More</a></td>
20</table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="RandomAccessIterator.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="id620092-bb.html#concepts.reference"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="CopyConstructible.html"><img src="images/next.png" alt="Next"></a>
24</div>
25<div class="refentry" lang="en">
26<a name="DefaultConstructible"></a><div class="titlepage"></div>
27<div class="refnamediv">
28<h2><span class="refentrytitle">Concept DefaultConstructible</span></h2>
29<p>DefaultConstructible</p>
30</div>
31<div class="refsect1" lang="en">
32<a name="id962285"></a><h2>Description</h2>
33<p>DefaultConstructible objects only need to have a default
34  constructor.</p>
35</div>
36<div class="refsect1" lang="en">
37<a name="id962292"></a><h2>Notation</h2>
38<div class="variablelist"><dl>
39<dt><span class="term">X</span></dt>
40<dd>A type playing the role of default-constructible-type in the <a href="DefaultConstructible.html" title="Concept DefaultConstructible">DefaultConstructible</a> concept.</dd>
41</dl></div>
42</div>
43<div class="refsect1" lang="en">
44<a name="id962312"></a><h2>Valid expressions</h2>
45<div class="informaltable"><table class="table">
46<colgroup>
47<col>
48<col>
49<col>
50<col>
51</colgroup>
52<thead><tr>
53<th>Name</th>
54<th>Expression</th>
55<th>Type</th>
56<th>Semantics</th>
57</tr></thead>
58<tbody><tr>
59<td><p>Construction</p></td>
60<td><p>X()</p></td>
61<td><p><span class="type">X</span></p></td>
62<td><p>Construct an instance of the type with default parameters.</p></td>
63</tr></tbody>
64</table></div>
65</div>
66<div class="refsect1" lang="en">
67<a name="id962349"></a><h2>Models</h2>
68<div class="itemizedlist"><ul type="disc">
69<li><span class="simplelist"><span class="type">int</span></span></li>
70<li><span class="simplelist"><span class="type">std::vector&lt;double&gt;</span></span></li>
71</ul></div>
72</div>
73</div>
74<table width="100%"><tr>
75<td align="left"></td>
76<td align="right"><small>Copyright © 2001, 2002 Indiana University<br>Copyright © 2000, 2001 University of Notre Dame du Lac<br>Copyright © 2000 Jeremy Siek, Lie-Quan Lee, Andrew Lumsdaine<br>Copyright © 1996-1999 Silicon Graphics Computer Systems, Inc.<br>Copyright © 1994 Hewlett-Packard Company</small></td>
77</tr></table>
78<hr>
79<div class="spirit-nav">
80<a accesskey="p" href="RandomAccessIterator.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="id620092-bb.html#concepts.reference"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="CopyConstructible.html"><img src="images/next.png" alt="Next"></a>
81</div>
82</body>
83</html>
Note: See TracBrowser for help on using the repository browser.