bsl::hash_map::end

end overloads

Synopses

Declared in <bslstp_hashmap.h>

Return the past-the-end iterator for this map.

iterator
end();
» more...

Return the past-the-end const iterator for this map.

const_iterator
end() const;
» more...