Range-v3
Range algorithms, views, and actions for the Standard Library
for_each_n.hpp File Reference

Functions

template<typename I , typename F , typename P = identity>
CPP_TEMPLATE_AUX_0 ranges::c (requires input_iterator< I > &&indirectly_unary_invocable< F, projected< I, P >>) ccconstexpr I for_each_n(I first
 function template for_each_n
 

Variables

CPP_TEMPLATE_AUX_0 iter_difference_t< I > F ranges::fun