end overloads

Synopses

Declared in <llvm/ADT/StringMap.h>

Return an iterator past the last entry.

[[nodiscard]]
iterator
end();

Return a const iterator past the last entry.

[[nodiscard]]
const_iterator
end() const;

Return Value

Note

The return value should not be discarded.

Created with MrDocs