System::Collections::Generic::ValueIterator::ValueIterator constructor

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
ParameterTypeDescription
iteratortypename Dict::map_t::const_iterator&&Iterator to hold.
endtypename Dict::map_t::const_iterator&&Iterator to the end of the container.

See Also

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)
ParameterTypeDescription
iteratorconst typename Dict::map_t::const_iterator&Iterator to hold.
endconst typename Dict::map_t::const_iterator&Iterator to the end of the container.

See Also

ValueIterator::ValueIterator(ValueIterator&&) constructor

Move constructor.

System::Collections::Generic::ValueIterator<Dict>::ValueIterator(ValueIterator &&other) noexcept
ParameterTypeDescription
otherValueIterator&&Iteratro to move data from.

See Also