E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches

◆ unaligned_iterator_t

#include <eve/module/algo/algo/concepts/ranges_types.hpp>

Template Parameters
R- relaxed range to process

an iterator that can represent every position in the range

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

template <typename R>
unaligned_t< iterator_t< R > > unaligned_iterator_t
Unaligned iterator for a relaxed range.
Definition ranges_types.hpp:68
typename decltype(detail::as_translated_type(as< T >{}))::type translate_t
Returns the final translated type of T.
Definition translation.hpp:107