begin overloads

Synopses

Declared in <llvm/ADT/Eytzinger.h>

Iterator to the first element.

[[nodiscard]]
iterator
begin();

Const iterator to the first element.

[[nodiscard]]
const_iterator
begin() const;

Return Value

Note

The return value should not be discarded.

Created with MrDocs