|
SeqAn3 3.4.2-rc.1
The Modern C++ library for sequence analysis.
|
Return the type identity; further arguments are ignored, but can make this type dependent if they are. More...
#include <seqan3/utility/type_traits/basic.hpp>
Inheritance diagram for seqan3::detail::deferred_type< t, dependent_ts >:Public Types | |
| using | type = t |
| The type identity. | |
Return the type identity; further arguments are ignored, but can make this type dependent if they are.
| t | The type to operate on. |
| dependent_ts | Any provided types are ignored. |