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

An empty type whose only purpose is to hold an uninstantiated template plus its arguments. More...

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

Detailed Description

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

An empty type whose only purpose is to hold an uninstantiated template plus its arguments.

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