SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::variant_from_tags< type_list< ts... >, output_t > Struct Template Reference

Transfers a list of format tags (...ts) onto a std::variant by specialising output_t with each. More...

#include <seqan3/io/detail/misc.hpp>

Public Types

using type = std::variant< output_t< ts >... >
 The type of std::variant.
 

Detailed Description

template<template< typename... > typename output_t, typename... ts>
struct seqan3::detail::variant_from_tags< type_list< ts... >, output_t >

Transfers a list of format tags (...ts) onto a std::variant by specialising output_t with each.


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