SeqAn3
seqan3::const_reference< t > Struct Template Reference

Type metafunction that returns the const_reference of another type [metafunction declaration]. More...

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

Detailed Description

template<typename t>
struct seqan3::const_reference< t >

Type metafunction that returns the const_reference of another type [metafunction declaration].

Template Parameters
tThe type you wish to query.

This is a pure declaration, you need to create a definition for concrete types or specialized or constrained templates.

There is a shortcut for this metafunction: seqan3::const_reference_t

Attention
This metafunction is not overloaded for iterators by default, but it is for ranges.

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