SeqAn3
iterator File Reference

Provides C++20 additions to the <iterator> header. More...

#include <iterator>
#include <range/v3/utility/iterator.hpp>
#include <seqan3/std/concepts>
Include dependency graph for iterator:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Provides C++20 additions to the <iterator> header.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>