|
Boost-Commit : |
From: asutton_at_[hidden]
Date: 2007-07-20 17:54:04
Author: asutton
Date: 2007-07-20 17:54:03 EDT (Fri, 20 Jul 2007)
New Revision: 7495
URL: http://svn.boost.org/trac/boost/changeset/7495
Log:
Added some text for the default consrtructible concept.
Text files modified:
sandbox/boost_docs/trunk/libs/standard/doc/concepts/utilities/default_constructible.qbk | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
Modified: sandbox/boost_docs/trunk/libs/standard/doc/concepts/utilities/default_constructible.qbk
==============================================================================
--- sandbox/boost_docs/trunk/libs/standard/doc/concepts/utilities/default_constructible.qbk (original)
+++ sandbox/boost_docs/trunk/libs/standard/doc/concepts/utilities/default_constructible.qbk 2007-07-20 17:54:03 EDT (Fri, 20 Jul 2007)
@@ -6,5 +6,20 @@
/]
[section Default Constructible]
+A type `T` is said to be /default constructible/ if it can be instantiated
+without initializing it to any particular value.
+
+Some types modeling this concept may choose to define a default value or
+state, but this required.
+
+[heading Requirements]
+[table
+ [[Expression] [Return Type] [Requirements]]
+ [
+ [`Type `x]
+ []
+ [`x` is an instance of T.]
+ ]
+]
[endsect]
\ No newline at end of file
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk