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

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.
 

Detailed Description

template<typename t, typename... dependent_ts>
struct seqan3::detail::deferred_type< t, dependent_ts >

Return the type identity; further arguments are ignored, but can make this type dependent if they are.

Template Parameters
tThe type to operate on.
dependent_tsAny provided types are ignored.
See also
seqan3::detail::deferred_type_t

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