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...
 

Detailed Description

Provides core concepts.

See also
Core
Hide me