Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mod.hpp File Reference
#include <boost/preprocessor/arithmetic/detail/div_base.hpp>
#include <boost/preprocessor/config/config.hpp>
#include <boost/preprocessor/tuple/elem.hpp>
Include dependency graph for mod.hpp:
This graph shows which files directly or indirectly include this file:

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))
 

Macro Definition Documentation

#define BOOST_PP_MOD (   x,
 
)    BOOST_PP_MOD_I(x, y)
#define BOOST_PP_MOD_D (   d,
  x,
 
)    BOOST_PP_MOD_D_I(d, x, y)
#define BOOST_PP_MOD_D_I (   d,
  x,
 
)    BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE_D(d, x, y))
#define BOOST_PP_MOD_I (   x,
 
)    BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE(x, y))