mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add range adaptors adjacent_filtered, uniqued
This commit is contained in:
parent
9aa2a7c9b2
commit
1cfec16e52
40 changed files with 571 additions and 58 deletions
|
@ -10,6 +10,8 @@
|
|||
#include <sprout/range/adaptor/filtered.hpp>
|
||||
#include <sprout/range/adaptor/removed.hpp>
|
||||
#include <sprout/range/adaptor/removed_if.hpp>
|
||||
#include <sprout/range/adaptor/adjacent_filtered.hpp>
|
||||
#include <sprout/range/adaptor/uniqued.hpp>
|
||||
#include <sprout/range/adaptor/reversed.hpp>
|
||||
#include <sprout/range/adaptor/merged.hpp>
|
||||
#include <sprout/range/adaptor/set_union.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue