|
noexcept |
The function frees memory occupied by the string buffer the parameter points to. The memory must be allocated by one of the Chusov::Memory or Chusov::String allocation functions.
CHAR_TYPE | is a type of a string to free. Currently the template is defined only for CHAR_TYPE=char and CHAR_TYPE=wchar_t resolving to FreeStringA and FreeStringW respectively. |
[in] | lpszString | is a pointer to the string buffer to free. |