Iros
 
Loading...
Searching...
No Matches
di::container::detail::ForEachNFunction Struct Reference

#include <di/container/algorithm/for_each_n.h>

Public Member Functions

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 >
 

Member Function Documentation

◆ 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: