| Category: utilities | Component type: concept |
| X | A type that is a model of DefaultConstructible |
| x | An object of type X |
| Name | Expression | Type requirements | Return type |
|---|---|---|---|
| Default constructor | X() | X | |
| Default constructor | X x; [1] |
| Name | Expression | Precondition | Semantics | Postcondition |
|---|---|---|---|---|
| Default constructor | X() | |||
| Default constructor | X x; |
[1] The form X x = X() is not guaranteed to be a valid expression, because it uses a copy constructor. A type that is DefaultConstructible is not necessarily Assignable
| Contact Us | Site Map | Trademarks | Privacy | Using this site means you accept its Terms of Use |
| Copyright © 1993-2006 Silicon Graphics, Inc. All rights reserved. |