end overloads

Synopses

Declared in <folly/AtomicHashMap.h>

Return an iterator past the last element.

Return a const iterator past the last element.

const_iterator
end() const;

Return Value

  • An iterator to the end of the map.

  • A const iterator to the end of the map.

Created with MrDocs