SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
Concept

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.
 

Detailed Description

Provides core concepts.

See also
Core

Typedef Documentation

◆ strip_cereal_wrapper_t

template<typename type >
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.

Hide me