We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Determine whether the collection is empty.
eles.empty() Returns whether the collection is empty, meaning the collection has no elements
Returns whether the collection is empty, meaning the collection has no elements
This function is just a convenient shortcut for eles.size() == 0.
eles.size() == 0
There was an error while loading. Please reload this page.