mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
algorithm, operation 全面修正
This commit is contained in:
parent
21f5d5191a
commit
5e67195030
244 changed files with 4764 additions and 831 deletions
25
sprout/range/algorithm/fit.hpp
Normal file
25
sprout/range/algorithm/fit.hpp
Normal file
|
@ -0,0 +1,25 @@
|
|||
#ifndef SPROUT_RANGE_ALGORITHM_FIT_HPP
|
||||
#define SPROUT_RANGE_ALGORITHM_FIT_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/range/algorithm/fit/copy.hpp>
|
||||
#include <sprout/range/algorithm/fit/copy_if.hpp>
|
||||
#include <sprout/range/algorithm/fit/copy_backward.hpp>
|
||||
#include <sprout/range/algorithm/fit/transform.hpp>
|
||||
#include <sprout/range/algorithm/fit/replace_copy.hpp>
|
||||
#include <sprout/range/algorithm/fit/replace_copy_if.hpp>
|
||||
#include <sprout/range/algorithm/fit/remove_copy.hpp>
|
||||
#include <sprout/range/algorithm/fit/remove_copy_if.hpp>
|
||||
#include <sprout/range/algorithm/fit/unique_copy.hpp>
|
||||
#include <sprout/range/algorithm/fit/reverse_copy.hpp>
|
||||
#include <sprout/range/algorithm/fit/rotate_copy.hpp>
|
||||
#include <sprout/range/algorithm/fit/partition_copy.hpp>
|
||||
#include <sprout/range/algorithm/fit/stable_partition_copy.hpp>
|
||||
#include <sprout/range/algorithm/fit/merge.hpp>
|
||||
#include <sprout/range/algorithm/fit/set_union.hpp>
|
||||
#include <sprout/range/algorithm/fit/set_intersection.hpp>
|
||||
#include <sprout/range/algorithm/fit/set_difference.hpp>
|
||||
#include <sprout/range/algorithm/fit/set_symmetric_difference.hpp>
|
||||
#include <sprout/range/algorithm/fit/swap_element_copy.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_RANGE_ALGORITHM_FIT_HPP
|
Loading…
Add table
Add a link
Reference in a new issue