|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
This is like std::iter_value_t, but for the pointer type. More...
#include <seqan3/core/detail/iterator_traits.hpp>
Inheritance diagram for seqan3::detail::iter_pointer< it_t >:Public Types | |
| using | type = void |
| The pointer type of std::iterator_traits or void. | |
This is like std::iter_value_t, but for the pointer type.
| it_t | The type to operate on. |
std::iter_pointer_t, because the new C++20 iterators do not need to provide a pointer type.