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

13 lines
419 B
C++
Raw Normal View History

2012-04-01 13:15:09 +00:00
#ifndef SPROUT_FUNCTIONAL_ARITHMETIC_HPP
#define SPROUT_FUNCTIONAL_ARITHMETIC_HPP
#include <sprout/config.hpp>
#include <sprout/functional/plus.hpp>
#include <sprout/functional/minus.hpp>
#include <sprout/functional/multiplies.hpp>
#include <sprout/functional/divides.hpp>
#include <sprout/functional/modulus.hpp>
#include <sprout/functional/negate.hpp>
#endif // #ifndef SPROUT_FUNCTIONAL_ARITHMETIC_HPP