Sprout/sprout/functional/functor.hpp

13 lines
418 B
C++
Raw Normal View History

2012-04-09 16:38:55 +00:00
#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