SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
container Interface Reference

The (most general) container concept as defined by the standard library. More...

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

+ Inheritance diagram for container:

Detailed Description

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.

Attention
Other than one might expect, std::forward_list does not satisfy this concept (because it does not provide .size()).

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