SeqAn3
seqan3::size_type< it_t > Struct Template Reference

Type metafunction that returns the size_type of another type [specialisation for iterators]. More...

#include <seqan3/core/metafunction/iterator.hpp>

Public Types

using type = std::make_unsigned_t< difference_type_t< it_t > >
 Return the member type as return type.
 

Detailed Description

template<std::WeaklyIncrementable it_t>
struct seqan3::size_type< it_t >

Type metafunction that returns the size_type of another type [specialisation for iterators].

Template Parameters
it_tThe type you wish to query; must satisfy std::WeaklyIncrementable.

The documentation for this struct was generated from the following file: