Exposes the reference of another type.
More...
#include <seqan3/core/type_traits/pre.hpp>
Inheritance diagram for seqan3::reference< t >:Exposes the reference of another type.
| t | The 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 transformation trait: seqan3::reference_t
t models std::ranges::range use std::ranges::range_reference_t instead or if t models std::input_iterator use std::iter_reference_t instead.