chsvlib
chsv helper source code

◆ ListPopBack()

EXTERN_C bool Chusov::ListPopBack ( HCHSVLIST  hList)
noexcept

Removes the last element of the list and frees occupied resources.

Parameters
hListis a handle to the list.
Returns
true on success, false on failure.
Remarks
The list is not thread-safe.
Declared in chsvlist.h.