Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Note
The Active Template Library (ATL) continues to be supported. However, we're no longer adding features or updating the documentation.
This class provides default methods and functions for a collection class composed of primitive data types.
Syntax
template <typename T>
class CPrimitiveElementTraits : public CDefaultElementTraits<T>
Parameters
T
The type of data to be stored in the collection class object.
Members
Public Typedefs
| Name | Description |
|---|---|
| CPrimitiveElementTraits::INARGTYPE | The data type to use for adding elements to the collection class object. |
| CPrimitiveElementTraits::OUTARGTYPE | The data type to use for retrieving elements from the collection class object. |
Remarks
This class provides default static functions and methods for moving, copying, comparing, and hashing primitive data type elements stored in a collection class object.
For more information, see ATL Collection Classes.
Inheritance Hierarchy
CPrimitiveElementTraits
Requirements
Header: atlcoll.h
CPrimitiveElementTraits::INARGTYPE
The data type to use for adding elements to the collection class object.
typedef T INARGTYPE;
CPrimitiveElementTraits::OUTARGTYPE
The data type to use for retrieving elements from the collection class object.
typedef T& OUTARGTYPE;