Sprout/sprout/functional/functor.hpp
2012-04-10 01:38:55 +09:00

12 lines
418 B
C++

#ifndef SPROUT_FUNCTIONAL_FUNCTOR_HPP
#define SPROUT_FUNCTIONAL_FUNCTOR_HPP
#include <sprout/config.hpp>
#include <sprout/functional/arithmetic.hpp>
#include <sprout/functional/comparison.hpp>
#include <sprout/functional/logical.hpp>
#include <sprout/functional/bitwise.hpp>
#include <sprout/functional/binder.hpp>
#include <sprout/functional/negator.hpp>
#endif // #ifndef SPROUT_FUNCTIONAL_FUNCTOR_HPP