KeyIterator()
KeyIterator::KeyIterator(typename Dict::map_t::const_iterator&&, typename Dict::map_t::const_iterator&&) constructor
Constructor.
System::Collections::Generic::KeyIterator<Dict>::KeyIterator(typename Dict::map_t::const_iterator &&iterator, typename Dict::map_t::const_iterator &&end) noexcept
Arguments
| Parameter | Type | Description |
|---|---|---|
| iterator | typename Dict::map_t::const_iterator&& | Iterator to hold. |
| end | typename Dict::map_t::const_iterator&& | Iterator to the end of the container. |
KeyIterator::KeyIterator(const typename Dict::map_t::const_iterator&, const typename Dict::map_t::const_iterator&) constructor
Constructor.
System::Collections::Generic::KeyIterator<Dict>::KeyIterator(const typename Dict::map_t::const_iterator &iterator, const typename Dict::map_t::const_iterator &end)
Arguments
| Parameter | Type | Description |
|---|---|---|
| iterator | const typename Dict::map_t::const_iterator& | Iterator to hold. |
| end | const typename Dict::map_t::const_iterator& | Iterator to the end of the container. |
KeyIterator::KeyIterator(KeyIterator&&) constructor
Move constructor.
System::Collections::Generic::KeyIterator<Dict>::KeyIterator(KeyIterator &&other) noexcept
Arguments
| Parameter | Type | Description |
|---|---|---|
| other | KeyIterator&& | Iterator to move data from. |
See Also
- Class KeyIterator
- Namespace System::Collections::Generic
- Library Aspose.Slides