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

A transformation trait that instantiates seqan3::lazy types given a boolean condition. If condition is true and parameter is not lazy, the type identity. More...

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

+ Inheritance diagram for seqan3::detail::instantiate_if< t, true >:

Detailed Description

template<typename t>
struct seqan3::detail::instantiate_if< t, true >

A transformation trait that instantiates seqan3::lazy types given a boolean condition. If condition is true and parameter is not lazy, the type identity.

Template Parameters
tThe type to operate on.

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