SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
iterator File Reference

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

#include <iterator>
#include <range/v3/iterator/access.hpp>
#include <range/v3/iterator/concepts.hpp>
#include <range/v3/iterator/default_sentinel.hpp>
#include <range/v3/iterator/insert_iterators.hpp>
#include <range/v3/iterator/operations.hpp>
#include <range/v3/iterator/stream_iterators.hpp>
#include <range/v3/iterator/traits.hpp>
#include <seqan3/std/concepts>
#include <seqan3/std/ranges>
+ 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.
 

Detailed Description

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

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