Skip to content
maxkfranz edited this page May 1, 2012 · 1 revision

eles.empty()

Determine whether the collection is empty.

eles.empty()

Returns whether the collection is empty, meaning the collection has no elements

Details

This function is just a convenient shortcut for eles.size() == 0.

Clone this wiki locally