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

10 lines
415 B
C++

#ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_INC_DEC_HPP
#define SPROUT_FUNCTIONAL_POLYMORPHIC_INC_DEC_HPP
#include <sprout/config.hpp>
#include <sprout/functional/polymorphic/pre_inc.hpp>
#include <sprout/functional/polymorphic/pre_dec.hpp>
#include <sprout/functional/polymorphic/post_inc.hpp>
#include <sprout/functional/polymorphic/post_dec.hpp>
#endif // #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_INC_DEC_HPP