Return true if the range contains no elements.

Synopsis

Declared in <llvm/ADT/iterator_range.h>

bool
empty() const;

Return Value

True if the range contains no elements.

Created with MrDocs