mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add compost some ranges.
This commit is contained in:
parent
cc4ade67fd
commit
05f75bef27
19 changed files with 289 additions and 13 deletions
|
@ -2,7 +2,20 @@
|
|||
#define SPROUT_COMPOST_RANGES_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/compost/ranges/jointed.hpp>
|
||||
#include <sprout/compost/ranges/copied.hpp>
|
||||
#include <sprout/compost/ranges/piped.hpp>
|
||||
#include <sprout/compost/ranges/taken.hpp>
|
||||
#include <sprout/compost/ranges/taken_end.hpp>
|
||||
#include <sprout/compost/ranges/dropped.hpp>
|
||||
#include <sprout/compost/ranges/dropped_end.hpp>
|
||||
#include <sprout/compost/ranges/window.hpp>
|
||||
#include <sprout/compost/ranges/offset.hpp>
|
||||
#include <sprout/compost/ranges/adapted_taken.hpp>
|
||||
#include <sprout/compost/ranges/adapted_taken_end.hpp>
|
||||
#include <sprout/compost/ranges/adapted_dropped.hpp>
|
||||
#include <sprout/compost/ranges/adapted_dropped_end.hpp>
|
||||
#include <sprout/compost/ranges/adapted_window.hpp>
|
||||
#include <sprout/compost/ranges/adapted_offset.hpp>
|
||||
#include <sprout/compost/ranges/jointed.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_COMPOST_RANGES_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue