SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::repeat_fn Struct Reference

View factory definition for views::repeat. More...

#include <seqan3/utility/views/repeat.hpp>

Public Member Functions

template<std::copy_constructible value_type>
constexpr auto operator() (value_type &&value) const
 Returns an instance of seqan3::detail::repeat_view constructed with value.
 

Detailed Description

View factory definition for views::repeat.


The documentation for this struct was generated from the following file:
Hide me