Graph::Empty
Defined in:
Returns a boolean value indicating whether any elements exist in a graph.
TSGraph.h
Prototype
bool Empty(void) const;
Description
The Empty
function returns true
if no elements belong to a graph. If at least one element belongs to a graph, then the return value is false
.
See Also