Sprout/sprout/tpp/algorithm.hpp
2012-11-02 22:00:10 +09:00

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