Characteristics for an array. More...
Public Types | |
| typedef const T & | ConstReferenceType |
| typedef FalseType | IsPODType |
Characteristics for an array.
This template class can be specialized to indicate that a type must be considered a POD type for array classes (Array, Array2, ...).
For these classes, if a type is a POD type, then constructors, destructors and copy operators are not called to manage instances of this type in arrays.
To indicate that a type must be considered a POD type, you must use the ARCCORE_DEFINE_ARRAY_PODTYPE macro.
Definition at line 45 of file common/arccore/common/ArrayTraits.h.
| typedef const T& Arccore::ArrayTraits< T >::ConstReferenceType |
Definition at line 49 of file common/arccore/common/ArrayTraits.h.
| typedef FalseType Arccore::ArrayTraits< T >::IsPODType |
Definition at line 50 of file common/arccore/common/ArrayTraits.h.