Meta  0.1
A tiny metaprogramming 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.