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
Marshall Clow
a814721376
Apply PR#57 from tonyelewis to improve the docs. Thanks, Tony\!
2019-12-03 08:39:34 -08:00
Zach Laine
8c9d5e858c
Add docs for find_backward.hpp.
2018-05-11 15:20:12 -05:00
Zach Laine
86d26e7e2e
Add docs for find_not.hpp.
2018-05-10 19:01:12 -05:00
Alexander Zaitsev
e07e8e65c6
Fixed references
2017-05-19 18:50:03 -06:00
Alexander Zaitsev
383e800df9
Added examples, tests, doc
2017-02-14 15:59:07 +03:00
Alexander Zaitsev
9bee197bd8
Added all files to the new repository
2016-07-06 11:42:18 +03:00
Marshall Clow
44d65cb4ae
Added documentation for 'is_permutation'
...
[SVN r84538]
2013-05-28 19:36:04 +00:00
Marshall Clow
73cfe03b97
Added docs for C++14 variants of 'equal' and 'mismatch'
...
[SVN r84447]
2013-05-23 18:28:23 +00:00
Marshall Clow
4ca6b10441
Add new algorithm 'gather'
...
[SVN r82584]
2013-01-22 00:44:53 +00:00
Marshall Clow
823e059a0e
First draft of Boost.Algorithm documentation; more to come
...
[SVN r77326]
2012-03-13 20:46:27 +00:00