Exposes the value_type of another type.
More...
#include <seqan3/core/type_traits/iterator.hpp>
Inheritance diagram for seqan3::value_type< it_t >:Public Types | |
| using | type = typename std::iterator_traits< std::remove_reference_t< it_t > >::value_type |
| Return the member type as return type. | |
Exposes the value_type of another type.
| it_t | The type you wish to query; must model std::input_iterator. |