List::Empty
Defined in:
Returns a boolean value indicating whether a list is empty.
TSList.h
Prototype
bool Empty(void) const;
Description
The Empty
function returns true
if the list contains no elements, and false
otherwise.
See Also