Files
boost_algorithm/test
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
..
2016-08-17 13:54:58 -07:00
2021-09-13 00:22:03 +02:00
2017-10-08 10:33:22 +02:00