SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::type_list_of_sequence_file_input_formats Concept Reference

Auxiliary concept that checks whether a type is a seqan3::type_list and all types meet seqan3::sequence_file_input_format. More...

#include <seqan3/io/sequence_file/input_format_concept.hpp>

Concept definition

template<typename t>
concept seqan3::detail::type_list_of_sequence_file_input_formats = is_type_list_of_sequence_file_input_formats_v<t>
Auxiliary concept that checks whether a type is a seqan3::type_list and all types meet seqan3::sequen...
Definition sequence_file/input_format_concept.hpp:168

Detailed Description

Auxiliary concept that checks whether a type is a seqan3::type_list and all types meet seqan3::sequence_file_input_format.

See also
seqan3::is_type_list_of_sequence_file_formats_v
Hide me