SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
output_format_concept.hpp File Reference

Provides seqan3::sequence_file_output_format and auxiliary classes. More...

+ Include dependency graph for sequence_file/output_format_concept.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

interface  seqan3::sequence_file_output_format< t >
 The generic concept for sequence file out formats. More...
 
struct  seqan3::detail::sequence_file_output_format_exposer< format_type >
 Internal class used to expose the actual format interface to write sequence records into the file. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 

Concepts

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

Variables

template<typename t >
constexpr bool seqan3::detail::is_type_list_of_sequence_file_output_formats_v = false
 Auxiliary value metafuncton that checks whether a type is a seqan3::type_list and all types meet seqan3::sequence_file_output_format [default is false].
 
template<typename... ts>
constexpr bool seqan3::detail::is_type_list_of_sequence_file_output_formats_v< type_list< ts... > >
 Auxiliary value metafuncton that checks whether a type is a seqan3::type_list and all types meet seqan3::sequence_file_output_format [overload].
 

Detailed Description

Provides seqan3::sequence_file_output_format and auxiliary classes.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>
Hide me