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