CSimpleArrayEqualHelper Class
This class is a helper for the CSimpleArray class.
template <
class T
>
class CSimpleArrayEqualHelper
Параметры
- T
A derived class.
Заметки
This traits class is a supplement to the CSimpleArray class. It provides a method for comparing two elements stored in a CSimpleArray object. By default, the elements are compared using operator=(), but if the array contains complex data types that lack their own equality operator, you will need to override this class.
Требования
Header: atlsimpcoll.h
См. также
Основные понятия
CSimpleArrayEqualHelper Members