Namespaces
Variants
Views
Actions

Difference between revisions of "Template:cpp/container/dsc constructor"

From cppreference.com
(use correct template)
(adding vector<bool>)
Line 1: Line 1:
{{dcl list mem ctor | cpp/container/{{{1|}}}/{{{1|constructor}}} | constructs the {{tt|{{{1}}}}} }}
+
{{#switch:{{{1|}}}
 +
| vector_bool = {{dcl list mem ctor | cpp/container/vector_bool/{{{vector_bool|constructor}}} | constructs the {{tt|vector<bool>}} }}
 +
| {{dcl list mem ctor | cpp/container/{{{1|}}}/{{{1|constructor}}} | constructs the {{tt|{{{1}}}}} }}
 +
}}

Revision as of 17:08, 26 March 2012

|- class="t-dsc"

|

| constructs the {{{1}}}
(public member function of std::{{{1}}}) |-