E.V.E  0.1-beta
relaxed_iterator Struct Reference

anything that can be reasonably converted to an iterator: std::contigious_iterator, eve::algo::iterator, aligned_ptr. Defined as being totally_ordered, having +/- like an iterator And preprocess_range(eve::algo::traits{}, I, I) should work. eve::algo::unalign(I) should be OK. More...

Detailed Description

anything that can be reasonably converted to an iterator: std::contigious_iterator, eve::algo::iterator, aligned_ptr. Defined as being totally_ordered, having +/- like an iterator And preprocess_range(eve::algo::traits{}, I, I) should work. eve::algo::unalign(I) should be OK.

+/- with std::ptrdiff_t don't have to work for arbitrary N, behaviour along the lines of eve::aligned_ptr is sufficient.

result of eve::algo::unalign(I) should return an iterator that can represent any position.

Required header: #include <eve/algo/concepts.hpp>