![]() |
Vc
1.1.0
SIMD Vector Classes for C++
|
|
This is the iterator type created when applying simdize to a bidirectional iterator type.
#include <simdize.h>
Inherits Iterator< T, N, M, V, Size, typename >.
Inherited by Iterator< T, N, M, V, Size, std::random_access_iterator_tag >.
Public Member Functions | |
Iterator & | operator-- () |
Advances the iterator by one vector width, or respectively N scalar steps. | |
Iterator | operator-- (int) |
Postfix overload of the above. | |