35 template <
typename value_t>
36 constexpr
auto operator()(value_t && value,
size_t const count)
const 94 constexpr
inline auto repeat_n = detail::repeat_n_fn{};
The concept std::copy_constructible is satisfied if T is an lvalue reference type, or if it is a move_constructible object type where an object of that type can constructed from a (possibly const) lvalue or const rvalue of that type in both direct- and copy-initialization contexts with the usual semantics (a copy is constructed with the source unchanged).
Provides the views::repeat_view.
The SeqAn namespace for views.
Definition: view_to_simd.hpp:672
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:77
Definition: aligned_sequence_concept.hpp:36
constexpr detail::repeat_fn repeat
A view factory that repeats a given value infinitely.
Definition: repeat.hpp:350
constexpr ptrdiff_t count
Count the occurrences of a type in a pack.
Definition: traits.hpp:134
Provides seqan3::views::take_exactly and seqan3::views::take_exactly_or_throw.
constexpr auto repeat_n
A view factory that repeats a given value n times.
Definition: repeat_n.hpp:94