SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
A more refined container concept than seqan3::container. More...
#include <seqan3/utility/container/concept.hpp>
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
.
std::array
and std::forward_list
do not satisfy this concept.