SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::instantiate< t > Struct Template Reference

A transformation trait that instantiates seqan3::lazy types. Base template is the identity transformation. More...

#include <seqan3/utility/type_traits/lazy_conditional.hpp>

+ Inheritance diagram for seqan3::detail::instantiate< t >:

Related Symbols

(Note that these are not member symbols.)

template<typename t >
using instantiate_t = typename instantiate< t >::type
 A transformation trait that instantiates seqan3::lazy types. Transformation trait shortcut.
 

Detailed Description

template<typename t>
struct seqan3::detail::instantiate< t >

A transformation trait that instantiates seqan3::lazy types. Base template is the identity transformation.

Template Parameters
tThe type to operate on.

Friends And Related Symbol Documentation

◆ instantiate_t

template<typename t >
template<typename t >
using instantiate_t = typename instantiate<t>::type
related

A transformation trait that instantiates seqan3::lazy types. Transformation trait shortcut.

Template Parameters
tThe type to operate on.

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