Article ID: 158578 - Last Review: January 11, 2006 - Revision: 4.0 How to use the set::rbegin and set::rend STL functions in Visual C++This article was previously published under Q158578 Note Microsoft Visual C++ .NET 2002 and Microsoft Visual C++ .NET 2003 support both the managed code model that is provided by the Microsoft .NET Framework and the unmanaged native Microsoft Windows code model. The information in this article applies only to unmanaged Visual C++ code. Microsoft Visual C++ 2005 supports both the managed code model
that is provided by the Microsoft .NET Framework and the unmanaged native Microsoft Windows code
model. On This PageSUMMARY The following sample code illustrates how to use the
set::rbegin and set::rend STL functions in Visual C++. MORE INFORMATIONRequired HeaderPrototypeDescriptionThe rbegin function returns a reverse bidirectional iterator that points just beyond the end of the controlled sequence. The rend function returns a reverse bidirectional iterator that points at the first element of the sequence.Sample CodeProgram OutputREFERENCES Visual C++ Books Online: Visual C++ Books; C/C++; Standard
C++ Library Reference APPLIES TO
| Article Translations
|
Back to the top
