SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
The (most general) container concept as defined by the standard library. More...
#include <seqan3/utility/container/concept.hpp>
The (most general) container concept as defined by the standard library.
The container concept is modelled as in the STL, but additionally requires std::swap() to be implemented.
std::forward_list
does not satisfy this concept (because it does not provide .size()
).