/// Returns a const_iterator pointing to the last element stored in the map. virtual const_iterator end() const {return _base.end();}
/// Returns an iterator pointing to the last element stored in the map; in other words, to the off-the-end value. virtual iterator end() {return _base.end();}