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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename ForwardIt, typename T>
constexpr auto remove (ForwardIt first, ForwardIt last, T const &value) -> 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.