|
noexcept |
Replaces data of an element bound with the specified iterator by contents of a pointer with per byte copying operation.
hListIterator | is a handle to the iterator bound with an element with data to be replaced. |
pData | is a pointer to data to replace the old value of the element. |
nDataSize | is a byte size of the data to replace the old value of the element. |