#include <boost/preprocessor/arithmetic/detail/div_base.hpp>
#include <boost/preprocessor/config/config.hpp>
#include <boost/preprocessor/tuple/elem.hpp>
Macros | |
#define | BOOST_PP_MOD(x, y) BOOST_PP_MOD_I(x, y) |
#define | BOOST_PP_MOD_I(x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE(x, y)) |
#define | BOOST_PP_MOD_D(d, x, y) BOOST_PP_MOD_D_I(d, x, y) |
#define | BOOST_PP_MOD_D_I(d, x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE_D(d, x, y)) |
#define BOOST_PP_MOD | ( | x, | |
y | |||
) | BOOST_PP_MOD_I(x, y) |
#define BOOST_PP_MOD_D | ( | d, | |
x, | |||
y | |||
) | BOOST_PP_MOD_D_I(d, x, y) |
#define BOOST_PP_MOD_D_I | ( | d, | |
x, | |||
y | |||
) | BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE_D(d, x, y)) |
#define BOOST_PP_MOD_I | ( | x, | |
y | |||
) | BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE(x, y)) |