System::Collections::Generic::LinkedList::cend method
LinkedList::cend method
Gets iterator for a non-existent const-qualified element behind the end of the collection.
const_iterator System::Collections::Generic::LinkedList<T>::cend() const noexcept
ReturnValue
An iterator pointing to the theoretical const-qualified element placed after the end element in the linked list.
See Also
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++