Jonathan Gopel eec00d8421 Implement copy_if_while and copy_if_until
Problem:
- There is no way to signal that a copy should proceed, selecting
  elements by a predicate until some condition is met. This is useful
  for patterns along the lines of "copy selected elements until there
  are n total elements in the output".

Solution:
- Introduce `copy_if_while()` and `copy_if_until()`.
2022-06-24 16:48:44 +00:00
2019-04-23 13:48:19 +02:00
2020-10-23 15:27:49 +02:00
2021-03-18 17:32:16 +02:00
Description
Boost.org algorithm module
BSL-1.0 5 MiB
Languages
C++ 91.7%
HTML 4.5%
Max 3.7%