A more refined container concept than seqan3::sequence_container. More...
#include <seqan3/range/container/concept.hpp>
Inheritance diagram for random_access_container: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.
std::array, std::forward_list and std::list do not satisfy this concept.