Range-v3
Range algorithms, views, and actions for the Standard Library
Runtime

Description

Runtime algorithms.

Variables

constexpr auto && meta::for_each = detail::static_const<detail::for_each_fn>::value
 for_each(List, UnaryFunction) calls the UnaryFunction for each argument in the List.