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
20
sprout/compost/ranges/window.hpp
Normal file
20
sprout/compost/ranges/window.hpp
Normal file
|
@ -0,0 +1,20 @@
|
|||
#ifndef SPROUT_COMPOST_RANGES_WINDOW_HPP
|
||||
#define SPROUT_COMPOST_RANGES_WINDOW_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/range/adaptor/window.hpp>
|
||||
|
||||
namespace sprout {
|
||||
namespace compost {
|
||||
namespace ranges {
|
||||
//
|
||||
// window
|
||||
//
|
||||
using sprout::adaptors::window;
|
||||
} // namespace ranges
|
||||
|
||||
using sprout::compost::ranges::window;
|
||||
} // namespace compost
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_COMPOST_RANGES_WINDOW_HPP
|
Loading…
Add table
Add a link
Reference in a new issue