|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
| namespace | etl |
Functions | |
| template<typename InputIt , typename OutputIt , typename Predicate > | |
| constexpr auto | remove_copy_if (InputIt first, InputIt last, OutputIt destination, Predicate p) -> OutputIt |
| Copies elements from the range [first, last), to another range beginning at destination, omitting the elements which satisfy specific criteria. Source and destination ranges cannot overlap. Ignores all elements for which predicate p returns true. | |