SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides the seqan3::record template and the seqan3::field enum. More...
Go to the source code of this file.
Classes | |
struct | seqan3::fields< fs > |
A class template that holds a choice of seqan3::field. More... | |
struct | seqan3::record< field_types, field_ids > |
The class template that file records are based on; behaves like a std::tuple. More... | |
struct | std::tuple_element< elem_no, seqan3::record< field_types, field_ids > > |
Obtains the type of the specified element. More... | |
struct | std::tuple_size< seqan3::record< field_types, field_ids > > |
Provides access to the number of elements in a tuple as a compile-time constant expression. More... | |
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
namespace | std |
SeqAn specific customisations in the standard namespace. | |
Provides the seqan3::record template and the seqan3::field enum.