5 #ifndef VCCC_ALGORITHM_FOR_EACH_N_HPP
6 #define VCCC_ALGORITHM_FOR_EACH_N_HPP
17 template<
typename InputIt,
typename Size,
typename UnaryFunction>
22 for (Size i = 0; i < n; ++
first, (void) ++i) {
constexpr InputIt for_each_n(InputIt first, Size n, UnaryFunction f)
Definition: for_each_n.hpp:18
Definition: directory.h:12
constexpr VCCC_INLINE_OR_STATIC detail::element_niebloid< 0 > first
Definition: key_value.hpp:34
constexpr VCCC_INLINE_OR_STATIC detail::element_niebloid< 1 > value
Definition: key_value.hpp:35