void AssignString(const InitStruct& src, UPInt size);
AssignString assigns a string with dynamic data (copied through initializer).
|
Parameters |
Description |
|
const InitStruct& src |
Initializer that assigns a string with dynamic buffer. |
|
UPInt size |
Number of bytes in the string to be assigned. |