Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
do_construction Struct Template Reference
Traits class that controls whether elements in STLSoft arrays are in-place constructed and destroyed.
More...
#include <stlsoft_array_policies.h>
List of all members.
|
Public Types |
| enum | { value = true
} |
Detailed Description
template<typename T>
struct stlsoft::do_construction< T >
Traits class that controls whether elements in STLSoft arrays are in-place constructed and destroyed.
Defaults to true, indicating that construction and destruction will be performed, but is false for all supported integral and boolean types
- Parameters:
-
Member Enumeration Documentation
|
|
- Enumeration values:
-
| value |
If true the array elements are constructed, otherwise they are not. |
|
The documentation for this struct was generated from the following file: