tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
for_each.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename InputIt, typename UnaryFunc>
constexpr auto for_each (InputIt first, InputIt last, UnaryFunc f) noexcept -> UnaryFunc
 Applies the given function object f to the result of dereferencing every iterator in the range [first, last) in order.