Provides seqan3::ostream and seqan3::ostreambuf iterator. More...
#include <iterator>#include <range/v3/iterator/stream_iterators.hpp>#include <seqan3/core/platform.hpp>#include <seqan3/std/ranges>
Include dependency graph for iterator.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
Typedefs | |
| using | seqan3::ostream_iterator = ::ranges::ostream_iterator |
| Alias for ranges::ostream_iterator. Writes successive elements onto the output stream from which it was constructed. | |
| using | seqan3::ostreambuf_iterator = ::ranges::ostreambuf_iterator |
| Alias for ranges::ostreambuf_iterator. Writes successive characters onto the output stream from which it was constructed. | |
Provides seqan3::ostream and seqan3::ostreambuf iterator.