end()
BaseDictionary::end() const method
Returns an iterator to the KVPair-wrapper for key-value-element following the last element of the container. Implemented in C# style - iterator should be return the KVPair-object with get_Key() and get_Value() interface. This element acts as a placeholder; attempting to access it results in undefined behavior.
const_iterator System::Collections::Generic::BaseDictionary<Map>::end() const noexcept
Return Value
An iterator pointing to the theoretical element placed after the end element of collection.
See Also
- Typedef const_iterator
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Slides