mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
10 lines
323 B
C++
10 lines
323 B
C++
#ifndef SPROUT_TPP_ALGORITHM_HPP
|
|
#define SPROUT_TPP_ALGORITHM_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/tpp/algorithm/all_of.hpp>
|
|
#include <sprout/tpp/algorithm/any_of.hpp>
|
|
#include <sprout/tpp/algorithm/none_of.hpp>
|
|
#include <sprout/tpp/algorithm/one_of.hpp>
|
|
|
|
#endif // #ifndef SPROUT_TPP_ALGORITHM_HPP
|