Return a const iterator past the last entry.

Synopsis

Declared in <llvm/ADT/StringMap.h>

[[nodiscard]]
const_iterator
end() const;

Return Value

a const iterator past the last entry.

Note

The return value should not be discarded.

Created with MrDocs