|
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 not lazy, the type identity. More...
#include <seqan3/utility/type_traits/lazy_conditional.hpp>
Inheritance diagram for 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.
| t | The type to operate on. |