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