System::Collections::Generic::ValueIterator::ValueIterator constructor
Contents
[
Hide
]ValueIterator::ValueIterator(const typename Dict::map_t::const_iterator&, const typename Dict::map_t::const_iterator&) constructor
Constructor.
System::Collections::Generic::ValueIterator<Dict>::ValueIterator(const typename Dict::map_t::const_iterator &iterator, const typename Dict::map_t::const_iterator &end)
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. |
See Also
- Class ValueIterator
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++
ValueIterator::ValueIterator(typename Dict::map_t::const_iterator&&, typename Dict::map_t::const_iterator&&) constructor
Constructor.
System::Collections::Generic::ValueIterator<Dict>::ValueIterator(typename Dict::map_t::const_iterator &&iterator, typename Dict::map_t::const_iterator &&end) noexcept
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. |
See Also
- Class ValueIterator
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++
ValueIterator::ValueIterator(ValueIterator&&) constructor
Move constructor.
System::Collections::Generic::ValueIterator<Dict>::ValueIterator(ValueIterator &&other) noexcept
Parameter | Type | Description |
---|---|---|
other | ValueIterator&& | Iteratro to move data from. |
See Also
- Class ValueIterator
- Class ValueIterator
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++