#include <di/container/algorithm/for_each_n.h>
|
template<concepts::InputIterator Iter, typename SSizeType = meta::IteratorSSizeType<Iter>, typename Proj = function::Identity, concepts::IndirectlyUnaryInvocable< meta::Projected< Iter, Proj > > F> |
constexpr auto | operator() (Iter first, meta::TypeIdentity< SSizeType > n, F f, Proj proj={}) const -> InFunResult< Iter, F > |
|
◆ operator()()
template<concepts::InputIterator Iter, typename SSizeType = meta::IteratorSSizeType<Iter>, typename Proj = function::Identity, concepts::IndirectlyUnaryInvocable<
meta::Projected< Iter, Proj > > F>
auto di::container::detail::ForEachNFunction::operator() |
( |
Iter | first, |
|
|
meta::TypeIdentity< SSizeType > | n, |
|
|
F | f, |
|
|
Proj | proj = {} ) const -> InFunResult<Iter, F> |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: