#include <boost/mpl/integral_c_tag.hpp>#include <boost/mpl/aux_/static_cast.hpp>#include <boost/mpl/aux_/nttp_decl.hpp>#include <boost/mpl/aux_/config/static_constant.hpp>#include <boost/mpl/aux_/config/workaround.hpp>#include <boost/preprocessor/cat.hpp>

Go to the source code of this file.
Classes | |
| struct | AUX_WRAPPER_NAME<> |
Macros | |
| #define | AUX_WRAPPER_INST(value) BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::AUX_WRAPPER_NAME< value > |
| #define | AUX_WRAPPER_NAME BOOST_PP_CAT(AUX_WRAPPER_VALUE_TYPE,_) |
| #define | AUX_WRAPPER_PARAMS(N) BOOST_MPL_AUX_NTTP_DECL(AUX_WRAPPER_VALUE_TYPE, N) |
| #define AUX_WRAPPER_INST | ( | value | ) | BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::AUX_WRAPPER_NAME< value > |
Definition at line 36 of file integral_wrapper.hpp.
Definition at line 25 of file integral_wrapper.hpp.
| #define AUX_WRAPPER_PARAMS | ( | N | ) | BOOST_MPL_AUX_NTTP_DECL(AUX_WRAPPER_VALUE_TYPE, N) |
Definition at line 29 of file integral_wrapper.hpp.