A more refined container concept than seqan3::RandomAccessContainer. More...
#include <seqan3/range/container/concept.hpp>
Inheritance diagram for seqan3::ReservableContainer:A more refined container concept than seqan3::RandomAccessContainer.
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.