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

Provides seqan3::detail::views::non_propagating_cache. More...

#include <optional>
#include <seqan3/core/platform.hpp>
+ Include dependency graph for non_propagating_cache.hpp:

Go to the source code of this file.

Classes

class  seqan3::detail::non_propagating_cache< T >
 A helper that enables an input view to temporarily cache values as it is iterated over. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 

Detailed Description

Provides seqan3::detail::views::non_propagating_cache.

Author
Enrico Seiler <enrico.seiler AT fu-berlin.de>
Hide me