|
noexcept |
Allocates an uninitialized string of the specified size plus a room for the terminating zero.
CHAR_TYPE | is a type of a string to allocate. Currently the template is defined only for CHAR_TYPE=char and CHAR_TYPE=wchar_t resolving to AllocateStringA and AllocateStringW respectively. |
cch | is a size of the string to be allocated excluding the terminating 0. |