move_iterator::difference_type
Typ difference_type jest move_iteratortypedef oparte na cechę sterująca difference_typei mogą być używane zamiennie z nim.
typedef typename iterator_traits<RandomIterator>::difference_type
difference_type;
Uwagi
Typ jest synonimem cechę sterująca typename iterator_traits<RandomIterator>::pointer.
Wymagania
Nagłówek: <iterator>
Przestrzeń nazw: std
Zobacz też
Informacje
Standardowa biblioteka szablonów