SeqAn3
seqan3::const_reference< rng_t > Struct Template Reference

Type metafunction that returns the const_reference of another type [specialisation for input ranges]. More...

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

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::InputRange rng_t>
struct seqan3::const_reference< rng_t >

Type metafunction that returns the const_reference of another type [specialisation for input ranges].

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

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