chsvlib
chsv helper source code

◆ ListPopElementByIter()

EXTERN_C bool Chusov::ListPopElementByIter ( HCHSVLISTITERATOR  hListIterator)
noexcept

Removes the element identified by the iterator from the list.

Parameters
hListIteratoris a handle to the iterator defining the element to be popped out.
Returns
true on success, false on failure.
Remarks
The list is not thread-safe.
Declared in chsvlist.h.
See also
ListBegin();
ListEnd();
ListIterPrev();
ListIterNext().