tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename ForwardIt, typename Predicate> | |
constexpr auto | remove_if (ForwardIt first, ForwardIt last, Predicate pred) -> ForwardIt |
Removes all elements satisfying specific criteria from the range [first, last) and returns a past-the-end iterator for the new end of the range. | |