Jakub Szuppe
|
48c9e86479
|
Fix strided_iterator's iterator_category
Using std::iterator_traits<> to get iterator tag prevents
from converting STL iterator tag to Boost tag.
|
2017-09-10 23:24:55 +02:00 |
|
Jakub Szuppe
|
b3224ea753
|
Misc. strided_iterator changes
|
2016-03-16 13:16:14 +01:00 |
|
Kyle Lutz
|
fda67a22d0
|
Update GitHub links
|
2015-05-17 20:32:09 -07:00 |
|
Jakub Szuppe
|
6c22df7077
|
Better descriptions and minor refactoring
|
2015-04-12 22:45:39 +02:00 |
|
Jakub Szuppe
|
7ce179d414
|
Add make_strided_iterator_end function
|
2015-04-12 16:05:22 +02:00 |
|
Jakub Szuppe
|
c80d42aa29
|
Strided iterator
Iterator adaptor which skips over multiple elements each time it is incremented.
|
2015-04-12 15:56:10 +02:00 |
|