Concept DefaultConstructible

DefaultConstructible


Description

DefaultConstructible objects only need to have a default constructor.


Notation

X

A type playing the role of default-constructible-type in the DefaultConstructible concept.


Valid expressions

Name Expression Type Semantics

Construction

X()

X

Construct an instance of the type with default parameters.


Models

  • int

  • std::vector<double>


Copyright © 2001, 2002 Indiana University
Copyright © 2000, 2001 University of Notre Dame du Lac
Copyright © 2000 Jeremy Siek, Lie-Quan Lee, Andrew Lumsdaine
Copyright © 1996-1999 Silicon Graphics Computer Systems, Inc.
Copyright © 1994 Hewlett-Packard Company

Top