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

A transformation trait that instantiates seqan3::lazy types. More...

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

+ Inheritance diagram for seqan3::detail::instantiate< lazy< template_t, spec_t... > >:

Public Types

using type = template_t< spec_t... >
 Return type of the trait [instantiates the template arguments].
 

Detailed Description

template<template< typename... > typename template_t, typename... spec_t>
struct seqan3::detail::instantiate< lazy< template_t, spec_t... > >

A transformation trait that instantiates seqan3::lazy types.

Template Parameters
template_tThe uninstantiated template.
spec_tThe arguments to template_t.

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