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