ConceptC++ Concept Web
Resources
Home
Introduction
Glossary
FAQ
Languages
ConceptC++
Tutorial
Specification
Issues
Concept Web
Publications
History
FAQ
C++
Software
ConceptGCC
Libraries
Community
Conferences
Tools
Concept
DefaultConstructible
auto
concept
DefaultConstructible
<
typename
T>
{
T::T
(
)
;
}
;
Where Defined
#include <
concepts
>
Description
Concept
DefaultConstructible
requires the existence of an accessible default constructor.
Page last modified: 8-Jun-2006
©2006-2010 The Trustees of Indiana University