set::begin

const_iterator begin() const;

The member function returns a bidirectional iterator that points at the first element of the sequence (or just beyond the end of an empty sequence).

See the related sample program.


Send feedback to MSDN.Look here for MSDN Online resources.