This topic has not yet been rated - Rate this topic

map::end

Visual Studio 6.0
map::end
const_iterator end() const;
iterator end();

The member function returns a bidirectional iterator that points just beyond the end of the sequence.

See the related sample program.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.