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

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

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

Concept definition

template<typename t>
concept seqan3::detail::type_list_of_sam_file_output_formats = is_type_list_of_sam_file_output_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/output_format_concept.hpp:216

Detailed Description

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

See also
seqan3::is_type_list_of_sam_file_output_formats_v
Hide me