SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
algorithm_result_generator_range.hpp File Reference

Provides seqan3::detail::algorithm_result_generator_range. More...

#include <cassert>
#include <concepts>
#include <memory>
#include <ranges>
#include <seqan3/core/platform.hpp>
+ Include dependency graph for algorithm_result_generator_range.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::algorithm_result_generator_range< algorithm_executor_type >::algorithm_range_iterator
 The iterator of seqan3::detail::algorithm_result_generator_range. More...
 
class  seqan3::algorithm_result_generator_range< algorithm_executor_type >
 An input range over the algorithm results generated by the underlying algorithm executor. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides seqan3::detail::algorithm_result_generator_range.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>
Hide me