24.12.replace if | ||||
24.12.1. | std::replace_if with predicate | |||
24.12.2. | Replace value equal to 70 with 42 in a deque | |||
24.12.3. | Using 'std::replace_if' to replace even values by -1 | |||
24.12.4. | Replace values greater than 9 in a vector with 100 with replace_if() |