Provides C++20 additions to the <iterator> header. More...
Namespaces | |
std | |
SeqAn specific customisations in the standard namespace. | |
Functions | |
template<typename container_t > | |
constexpr auto | std::back_inserter (container_t &container) |
Create a std::back_insert_iterator for the argument. More... | |
Provides C++20 additions to the <iterator> header.