This topic has not yet been rated - Rate this topic

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.

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.

Header: atlcoll.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.