Sprout/sprout/tpp/algorithm.hpp
2012-10-04 23:25:28 +09:00

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