CDefaultCharTraits Class
This class provides two static functions for converting characters between uppercase and lowercase.
template <
typename T
>
class CDefaultCharTraits
Parameters
- T
The type of data to be stored in the collection.
Members
Public Methods
Name |
Description |
---|---|
(Static) Call this function to convert a character to uppercase. |
|
(Static) Call this function to convert a character to lowercase. |
Remarks
This class provides functions that are utilized by the class CStringElementTraitsI.
Requirements
Header: atlcoll.h