CodePorting.Translator.Cs2Cpp.Framework
|
Iterates elements of the sequence container in the reverse order. More...
#include <collection.h>
Inherits std::iterator< std::bidirectional_iterator_tag, U, std::ptrdiff_t >.
Public Member Functions | |
reverse_iterator_prototype () | |
reverse_iterator_prototype (const SharedPtr< Generic::IList< U > > &list) | |
const U | operator* () const |
reverse_iterator_prototype & | operator++ () |
reverse_iterator_prototype & | operator-- () |
bool | operator!= (const reverse_iterator_prototype &it) const |
bool | operator== (const reverse_iterator_prototype &it) const |
Iterates elements of the sequence container in the reverse order.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |