SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
seqan3::difference_type< it_t > Struct Template Reference

Exposes the difference_type of another type. More...

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

+ Inheritance diagram for seqan3::difference_type< it_t >:

Public Types

using type = typename std::iterator_traits< std::remove_reference_t< it_t > >::difference_type
 Return the member type as return type.
 

Detailed Description

template<std::weakly_incrementable it_t>
struct seqan3::difference_type< it_t >

Exposes the difference_type of another type.

Template Parameters
it_tThe type you wish to query; must model std::weakly_incrementable.

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