tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename ForwardIt, typename T> | |
constexpr auto | replace (ForwardIt first, ForwardIt last, T const &oldValue, T const &newValue) -> void |
Replaces all elements satisfying specific criteria with new_value in the range [first, last). Replaces all elements that are equal to old_value. | |