Exposes the value_type of another type.
More...
#include <seqan3/core/type_traits/range.hpp>
Inheritance diagram for seqan3::value_type< rng_t >:Public Types | |
| using | type = value_type_t< std::ranges::iterator_t< rng_t > > |
| Return the value_type member definition from the queried type's iterator. | |
Exposes the value_type of another type.
| t | The type you wish to query; must model std::ranges::input_range. |