SeqAn3
Container

The container submodule contains special SeqAn3 containers and generic container concepts. More...

Collaboration diagram for Container:

Classes

class  seqan3::aligned_allocator< value_t, alignment_v >
 Allocates uninitialized storage whose memory-alignment is specified by alignment. More...
 
class  seqan3::bitcompressed_vector< alphabet_type >
 A space-optimised version of std::vector that compresses multiple letters into a single byte. More...
 
class  seqan3::concatenated_sequences< inner_type, data_delimiters_type >
 Container that stores sequences concatenated internally. More...
 
class  seqan3::constexpr_string< N >
 Implements a constexpr string that can be used for compile time computations. More...
 
interface  seqan3::container_concept
 The (most general) container concept as defined by the standard library. More...
 
interface  seqan3::random_access_container_concept
 A more refined container concept than seqan3::sequence_container_concept. More...
 
interface  seqan3::reservable_container_concept
 A more refined container concept than seqan3::random_access_container_concept. More...
 
interface  seqan3::sequence_container_concept
 A more refined container concept than seqan3::container_concept. More...
 

Detailed Description

The container submodule contains special SeqAn3 containers and generic container concepts.

See also
http://en.cppreference.com/w/cpp/container
range/container/all.hpp