Sprout/sprout/functional/polymorphic/comparison.hpp
2012-06-21 13:34:26 +09:00

12 lines
542 B
C++

#ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_COMPARISON_HPP
#define SPROUT_FUNCTIONAL_POLYMORPHIC_COMPARISON_HPP
#include <sprout/config.hpp>
#include <sprout/functional/polymorphic/equal_to.hpp>
#include <sprout/functional/polymorphic/not_equal_to.hpp>
#include <sprout/functional/polymorphic/greater.hpp>
#include <sprout/functional/polymorphic/less.hpp>
#include <sprout/functional/polymorphic/greater_equal.hpp>
#include <sprout/functional/polymorphic/less_equal.hpp>
#endif // #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_COMPARISON_HPP