|
SeqAn3 3.4.2-rc.1
The Modern C++ library for sequence analysis.
|
A transformation trait that instantiates seqan3::lazy types. Base template is the identity transformation. More...
#include <seqan3/utility/type_traits/lazy_conditional.hpp>
Inheritance diagram for seqan3::detail::instantiate< t >:Related Symbols | |
(Note that these are not member symbols.) | |
| template<typename t > | |
| using | instantiate_t = typename instantiate< t >::type |
| A transformation trait that instantiates seqan3::lazy types. Transformation trait shortcut. | |
A transformation trait that instantiates seqan3::lazy types. Base template is the identity transformation.
| t | The type to operate on. |
|
related |
A transformation trait that instantiates seqan3::lazy types. Transformation trait shortcut.
| t | The type to operate on. |