Exemplo n.º 1
0
    /// Returns a const_reverse_iterator pointing to the last element stored in the map.
    virtual const_reverse_iterator rend() const
	{return _base.rend();}
Exemplo n.º 2
0
    /// Returns a reverse_iterator pointing to the last element stored in the map; in other words, to the off-the-end value).
    virtual reverse_iterator rend()
	{return _base.rend();}