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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename InIt, typename OutIt, typename Pred>
constexpr auto copy_if (InIt first, InIt last, OutIt dFirst, Pred pred) -> OutIt
 Copies the elements in the range, defined by [first, last), to another range beginning at destination.