SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
seqan3::size_type< rng_t > Struct Template Reference

Exposes the size_type of another type. More...

#include <seqan3/core/type_traits/range.hpp>

+ Inheritance diagram for seqan3::size_type< rng_t >:

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::sized_range rng_t>
struct seqan3::size_type< rng_t >

Exposes the size_type of another type.

Template Parameters
tThe type you wish to query; must model std::ranges::sized_range.

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