Warning
This page is located in archive. Go to the latest version of this course pages.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

courses:b6b36pjc:cviceni:cviceni_7 [2017/09/25 17:14]
richta created
courses:b6b36pjc:cviceni:cviceni_7 [2017/11/23 10:19]
horenmar [Dopředný iterátor]
Line 149: Line 149:
         using difference_type = std::​ptrdiff_t;​         using difference_type = std::​ptrdiff_t;​
         using iterator_category = std::​forward_iterator_tag;​         using iterator_category = std::​forward_iterator_tag;​
-        using value_type = const double; +        using value_type = double; 
-        using reference = const double&;​ +        using reference = double&;​ 
-        using pointer = const double*;+        using pointer = double*;
  
         ...         ...
courses/b6b36pjc/cviceni/cviceni_7.txt · Last modified: 2017/11/23 10:19 by horenmar