Type metafunction that returns the difference_type
of another type [specialisation for iterators].
More...
#include <seqan3/core/metafunction/iterator.hpp>
Public Types | |
using | type = typename std::iterator_traits< std::remove_reference_t< it_t > >::difference_type |
Return the member type as return type. | |
Type metafunction that returns the difference_type
of another type [specialisation for iterators].
it_t | The type you wish to query; must satisfy std::WeaklyIncrementable. |