forked from boostorg/algorithm
eec00d8421928099edd46ec693fc2ca27920310b
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()`.
Description
Languages
C++
91.7%
HTML
4.4%
Max
3.7%
CMake
0.2%