SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
container Interface Reference

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

#include <seqan3/utility/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()).

This entity is not part of the SeqAn API. Do not rely on it in your applications. Exposition only.


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