SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
sequence_container Interface Reference

A more refined container concept than seqan3::container. More...

#include <seqan3/range/container/concept.hpp>

+ Inheritance diagram for sequence_container:

Detailed Description

A more refined container concept than seqan3::container.

Includes constraints on constructors, assign(), .insert(), .erase(), .push_back(), .pop_back, .clear(), .size(), front() and .back() member functions with corresponding signatures. Models the subset of the STL SequenceConcept that is supported by std::list, std::vector, std::deque, std::basic_string.

Attention
std::array and std::forward_list do not satisfy this concept.

The documentation for this interface was generated from the following file: