17 #ifndef __cpp_lib_ranges 18 #include <range/v3/iterator/stream_iterators.hpp> 19 #endif // __cpp_lib_ranges 30 #ifdef __cpp_lib_ranges 58 #endif // __cpp_lib_ranges
::ranges::ostreambuf_iterator ostreambuf_iterator
Alias for ranges::ostreambuf_iterator. Writes successive characters onto the output stream from which...
Definition: iterator.hpp:56
SeqAn specific customisations in the standard namespace.
The main SeqAn3 namespace.
::ranges::ostream_iterator ostream_iterator
Alias for ranges::ostream_iterator. Writes successive elements onto the output stream from which it w...
Definition: iterator.hpp:50