1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/tpp/algorithm.hpp

11 lines
323 B
C++
Raw Normal View History

#ifndef SPROUT_TPP_ALGORITHM_HPP
#define SPROUT_TPP_ALGORITHM_HPP
#include <sprout/config.hpp>
2012-10-04 14:25:28 +00:00
#include <sprout/tpp/algorithm/all_of.hpp>
#include <sprout/tpp/algorithm/any_of.hpp>
#include <sprout/tpp/algorithm/none_of.hpp>
2012-11-02 13:00:10 +00:00
#include <sprout/tpp/algorithm/one_of.hpp>
#endif // #ifndef SPROUT_TPP_ALGORITHM_HPP