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

Exposes the difference_type of another type. More...

#include <seqan3/core/detail/iterator_traits.hpp>

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

Public Types

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

Detailed Description

template<std::weakly_incrementable it_t>
struct seqan3::detail::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.
Deprecated:
This is deprecated use std::iter_difference_t.

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