CElementTraitsBase Class
Visual Studio 2012
This class provides default copy and move methods for a collection class.
template< typename T > class CElementTraitsBase
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.