SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
seqan3::RandomAccessContainer Interface Reference

A more refined container concept than seqan3::SequenceContainer. More...

#include <seqan3/range/container/concept.hpp>

+ Inheritance diagram for seqan3::RandomAccessContainer:

Detailed Description

A more refined container concept than seqan3::SequenceContainer.

Adds requirements for .at(), .resize() and the subscript operator []. Models the subset of the STL SequenceContainerConcept that is supported by std::vector, std::deque and std::basic_string.

Attention
std::array, std::forward_list and std::list do not satisfy this concept.
See also

The documentation for this interface was generated from the following file: