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

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

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

Concept definition

template<typename t>
concept seqan3::detail::type_list_of_sam_file_input_formats = is_type_list_of_sam_file_input_formats_v<t>
Auxiliary concept that checks whether a type is a seqan3::type_list and all types meet seqan3::sam_fi...
Definition sam_file/input_format_concept.hpp:250

Detailed Description

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

See also
seqan3::is_type_list_of_sam_file_input_formats_v
Hide me