mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-01-23 20:46:37 +00:00
9 lines
279 B
C++
9 lines
279 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>
|
|
|
|
#endif // #ifndef SPROUT_TPP_ALGORITHM_HPP
|