#include <boost/preprocessor/arithmetic/detail/div_base.hpp>
#include <boost/preprocessor/config/config.hpp>
#include <boost/preprocessor/tuple/elem.hpp>
Macros | |
#define | BOOST_PP_DIV(x, y) BOOST_PP_DIV_I(x, y) |
#define | BOOST_PP_DIV_I(x, y) BOOST_PP_TUPLE_ELEM(3, 0, BOOST_PP_DIV_BASE(x, y)) |
#define | BOOST_PP_DIV_D(d, x, y) BOOST_PP_DIV_D_I(d, x, y) |
#define | BOOST_PP_DIV_D_I(d, x, y) BOOST_PP_TUPLE_ELEM(3, 0, BOOST_PP_DIV_BASE_D(d, x, y)) |
#define BOOST_PP_DIV | ( | x, | |
y | |||
) | BOOST_PP_DIV_I(x, y) |
#define BOOST_PP_DIV_D | ( | d, | |
x, | |||
y | |||
) | BOOST_PP_DIV_D_I(d, x, y) |
#define BOOST_PP_DIV_D_I | ( | d, | |
x, | |||
y | |||
) | BOOST_PP_TUPLE_ELEM(3, 0, BOOST_PP_DIV_BASE_D(d, x, y)) |
#define BOOST_PP_DIV_I | ( | x, | |
y | |||
) | BOOST_PP_TUPLE_ELEM(3, 0, BOOST_PP_DIV_BASE(x, y)) |