Container Class::end

Note

This topic is in the Microsoft C++ documentation as a nonfunctional example of containers used in the C++ Standard Library. For more information, see C++ Standard Library Containers.

Returns an iterator that points just beyond the end of the sequence.

Syntax

const_iterator end() const;

iterator end();

See also

Sample Container Class