folly::AtomicUnorderedInsertMap::cend

Return a const iterator past the last element in the map.

Synopsis

Declared in <folly/AtomicUnorderedMap.h>

const_iterator
cend() const;

Return Value

A const iterator past the last element.