|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
Provides core concepts. More...
Collaboration diagram for Concept:Classes | |
| interface | cereal_archive |
| All archives of the Cereal library satisfy this. More... | |
| interface | cereal_input_archive |
| All input archives of the Cereal library satisfy this. More... | |
| interface | cereal_output_archive |
| All output archives of the Cereal library satisfy this. More... | |
| interface | cereal_text_archive |
| All text archives of the Cereal library satisfy this. More... | |
| interface | cerealisable |
| Specifies the requirements for types that are serialisable via Cereal. More... | |
Typedefs | |
| template<typename type > | |
| using | seqan3::detail::strip_cereal_wrapper_t = type |
| Removes type-mangling that Cereal does with certain types on loading. | |
Provides core concepts.
| using seqan3::detail::strip_cereal_wrapper_t = typedef type |
Removes type-mangling that Cereal does with certain types on loading.
Helpful when defining templatised save/load/serialize functions.