Type metafunction that returns the size_type
of another type [specialisation for sized ranges].
More...
#include <seqan3/core/metafunction/range.hpp>
Public Types | |
using | type = decltype(size(std::declval< rng_t & >())) |
Return the size_type as returned by the size function. | |
Type metafunction that returns the size_type
of another type [specialisation for sized ranges].
t | The type you wish to query; must satisfy std::ranges::SizedRange. |