mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add algorithm copy_while, copy_until
This commit is contained in:
parent
f53be1a3d5
commit
9b9956f810
20 changed files with 649 additions and 0 deletions
8
sprout/range/algorithm/copy_until.hpp
Normal file
8
sprout/range/algorithm/copy_until.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SPROUT_RANGE_ALGORITHM_COPY_UNTIL_HPP
|
||||
#define SPROUT_RANGE_ALGORITHM_COPY_UNTIL_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/range/algorithm/fixed/copy_until.hpp>
|
||||
#include <sprout/range/algorithm/fit/copy_until.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_RANGE_ALGORITHM_COPY_UNTIL_HPP
|
Loading…
Add table
Add a link
Reference in a new issue