Commit Graph

15 Commits

Author SHA1 Message Date
6931736390 Fix broken doc build; create new section 2022-07-01 12:43:47 -07:00
12ade334e0 Merge pull request #100 from jgopel/copy-if-while
Implement copy_if_while and copy_if_until
2022-06-28 17:46:45 -07:00
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
6b7a38f639 Add documentation to transform_exclusive_scan
Problem:
- There is no documentation for the existing functions. This will make
  it harder for users to consume these functions, espcially as new
  variants are added.

Solution:
- Add documentation.
2022-06-05 23:25:11 +00:00
02f436c25d Add documentation to transform_inclusive_scan
Problem:
- There is no documentation for the existing functions. This will make
  it harder for users to consume these functions, especially as new
  variants are added.

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