This class represents a CSimpleStringT object.
template <typename BaseType>
class CSimpleStringT
Parameters
- BaseType 
 The character type of the string class. Can be one of the following:- char (for ANSI character strings). 
- wchar_t (for Unicode character strings). 
- TCHAR (for both ANSI and Unicode character strings). 
 
Remarks
CSimpleStringT is the base class for the various string classes supported by Visual C++. It provides minimal support for memory management of the string object and basic buffer manipulation. For more advanced string objects, see CStringT Class.
Requirements
Header: atlsimpstr.h