Sprout/sprout/functional/functor.hpp

26 lines
1.1 KiB
C++
Raw Normal View History

2013-08-08 09:54:33 +00:00
/*=============================================================================
2015-01-10 10:13:57 +00:00
Copyright (c) 2011-2015 Bolero MURAKAMI
2013-08-08 09:54:33 +00:00
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
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/inc_dec.hpp>
#include <sprout/functional/reference.hpp>
#include <sprout/functional/assignment.hpp>
#include <sprout/functional/members.hpp>
#include <sprout/functional/various.hpp>
2012-04-09 16:38:55 +00:00
#include <sprout/functional/binder.hpp>
#include <sprout/functional/negator.hpp>
#include <sprout/functional/equiv.hpp>
2012-04-09 16:38:55 +00:00
#endif // #ifndef SPROUT_FUNCTIONAL_FUNCTOR_HPP