Exemplo n.º 1
0
    /// Returns a const_iterator pointing to the last element stored in the map.
    virtual const_iterator end() const
	{return _base.end();}
Exemplo n.º 2
0
    /// 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();}