|
SeqAn3 3.4.0
The Modern C++ library for sequence analysis.
|
A more refined container concept than seqan3::sequence_container. More...
#include <seqan3/utility/container/concept.hpp>
A more refined container concept than seqan3::sequence_container.
Adds requirements for .at(), .resize() and the subscript operator []. Models the subset of the STL SequenceConcept that is supported by std::vector, std::deque and std::basic_string.