|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
A transformation trait that instantiates seqan3::lazy types given a boolean condition. If condition is true and parameter is lazy, the instantiated type. More...
#include <seqan3/utility/type_traits/lazy_conditional.hpp>
Inheritance diagram for seqan3::detail::instantiate_if< lazy< template_t, spec_t... >, true >:Public Types | |
| using | type = template_t< spec_t... > |
| Return type of the trait [instantiates the template arguments]. | |
A transformation trait that instantiates seqan3::lazy types given a boolean condition. If condition is true and parameter is lazy, the instantiated type.
| template_t | The uninstantiated template. |
| spec_t | The arguments to template_t. |