|
noexcept |
Replaces data of an element bound with the specified iterator by a new pointer without any copying operations.
hListIterator | is a handle to the iterator bound with an element with data to be replaced. |
pData | is a pointer to replace the old value of the element. |