SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
record.hpp File Reference

Provides seqan3::structure_record. More...

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

Go to the source code of this file.

Classes

class  seqan3::structure_record< field_types, field_ids >
 The record type of seqan3::structure_file_input. More...
 
struct  std::tuple_element< elem_no, seqan3::structure_record< field_types, field_ids > >
 Obtains the type of the specified element. More...
 
struct  std::tuple_size< seqan3::structure_record< field_types, field_ids > >
 Provides access to the number of elements in a tuple as a compile-time constant expression. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 
 std
 SeqAn specific customisations in the standard namespace.
 

Detailed Description

Provides seqan3::structure_record.

Author
Marcel Ehrhardt <marcel.ehrhardt AT fu-berlin.de>