System::Collections::Specialized::StringCollection::rbegin method
Contents
[
Hide
]StringCollection::rbegin() method
Returns a reverse iterator to the first element of the reversed container. It corresponds to the last element of the non-reversed container. If the container is empty, the returned iterator is equal to rend().
reverse_iterator System::Collections::Specialized::StringCollection::rbegin() noexcept
ReturnValue
An iterator pointing to the last element of the container.
See Also
- Typedef reverse_iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++
StringCollection::rbegin() const method
Returns a reverse iterator to the first element of the reversed container. It corresponds to the last element of the non-reversed container. If the container is empty, the returned iterator is equal to rend().
const_reverse_iterator System::Collections::Specialized::StringCollection::rbegin() const noexcept
ReturnValue
An iterator pointing to the last element of the const-qualified container.
See Also
- Typedef const_reverse_iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++