SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
A more refined container concept than seqan3::random_access_container. More...
#include <seqan3/utility/container/concept.hpp>
A more refined container concept than seqan3::random_access_container.
Adds requirements for .reserve()
, .capacity()
and .shrink_to_fit()
. Satisfied by std::vector
and std::basic_string
.
std::array
, std::forward_list
, std::list
and std::deque
do not satisfy this concept.