end overloads
Declared in <folly/container/WeightedEvictingCacheMap.h>
Returns an iterator past the least recently used entry.
iterator
end();
» more...
Returns a const iterator past the least recently used entry.
const_iterator
end() const;
» more...