CElementTraitsBase Class
This class provides default copy and move methods for a collection class.
template<
typename T
>
class CElementTraitsBase
Parameters
- T
The type of data to be stored in the collection.
Remarks
This base class defines methods for copying and relocating elements in a collection class. It is utilized by the classes CDefaultElementTraits, CStringRefElementTraits, and CStringElementTraitsI.
For more information, see ATL Collection Classes.
Requirements
Header: atlcoll.h