Type metafunction that returns the difference_type
of another type [specialisation for ranges].
More...
#include <seqan3/core/metafunction/range.hpp>
Public Types | |
using | type = difference_type_t< std::ranges::iterator_t< rng_t > > |
Return the difference_type member definition from the queried type's iterator. | |
Type metafunction that returns the difference_type
of another type [specialisation for ranges].
t | The type you wish to query; must satisfy std::ranges::InputRange. |