CStringRefElementTraits Class

This class provides static functions related to strings stored in collection class objects. The string objects are dealt with as references.

template< 
   typename T 
> 
class CStringRefElementTraits : public CElementTraitsBase< T >

Parameters

  • T
    The type of data to be stored in the collection.

Remarks

This class provides static functions for comparing strings and for creating a hash value. These functions are useful when using a collection class to store string-based data. Unlike CStringElementTraits and CStringElementTraitsI, CStringRefElementTraits causes the CString arguments to be passed as const CString& references.

For more information, see ATL Collection Classes.

Requirements

Header: atlcoll.h

See Also

Reference

CElementTraitsBase Class

Other Resources

CStringRefElementTraits Members

ATL Class Overview