Provides the seqan3::record template and the seqan3::field enum. More...
#include <tuple>
#include <meta/meta.hpp>
#include <seqan3/core/type_list.hpp>
#include <seqan3/core/metafunction/template_inspection.hpp>
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 an std::tuple. More... | |
struct | std::tuple_element< elem_no, seqan3::record< field_types, field_ids > > |
Value metafunction specialisation for seqan3::record; returns the type of an element in the record. More... | |
struct | std::tuple_size< seqan3::record< field_types, field_ids > > |
Value metafunction specialisation for seqan3::record; returns number of elements in record. More... | |
Namespaces | |
seqan3 | |
The main SeqAn3 namespace. | |
std | |
SeqAn specific customisations in the standard namespace. | |
Provides the seqan3::record template and the seqan3::field enum.