35 template <
typename value_t>
36 constexpr
auto operator()(value_t && value,
size_t const count)
const 97 constexpr
inline auto repeat_n = detail::repeat_n_fn{};
The concept std::CopyConstructible is satisfied if T is an lvalue reference type, or if it is a MoveC...
Provides the view::repeat_view.
auto constexpr take_exactly
A view adaptor that returns the first size elements from the underlying range (or less if the underly...
Definition: take_exactly.hpp:80
constexpr detail::repeat_fn repeat
A view factory that repeats a given value infinitely.
Definition: repeat.hpp:353
The SeqAn3 namespace for views.
Definition: aligned_sequence_concept.hpp:35
constexpr auto repeat_n
A view factory that repeats a given value n times.
Definition: repeat_n.hpp:97
Provides seqan3::view::take_exactly and seqan3::view::take_exactly_or_throw.