SeqAn3
seqan3::size_type< rng_t > Struct Template Reference

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.
 

Detailed Description

template<std::ranges::SizedRange rng_t>
struct seqan3::size_type< rng_t >

Type metafunction that returns the size_type of another type [specialisation for sized ranges].

Template Parameters
tThe type you wish to query; must satisfy std::ranges::SizedRange.

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