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

Exposes the const_reference of another type. More...

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

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

Public Types

using type = reference_t< std::ranges::iterator_t< rng_t const > >
 Resolves to the reference type of the const_iterator of t (not the const iterator!).
 

Detailed Description

template<std::ranges::input_range rng_t>
struct seqan3::const_reference< rng_t >

Exposes the const_reference of another type.

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

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