#include <boost/mpl/integral_c_fwd.hpp>
#include <boost/mpl/aux_/config/ctps.hpp>
#include <boost/mpl/aux_/config/static_constant.hpp>
#include <boost/mpl/aux_/config/workaround.hpp>
#include <boost/mpl/aux_/integral_wrapper.hpp>
Go to the source code of this file.
Classes | |
struct | integral_c< bool, C > |
Macros | |
#define | AUX_WRAPPER_INST(value) AUX_WRAPPER_NAME< T, value > |
#define | AUX_WRAPPER_NAME integral_c |
#define | AUX_WRAPPER_PARAMS(N) typename T, T N |
#define | AUX_WRAPPER_VALUE_TYPE T |
#define AUX_WRAPPER_INST | ( | value | ) | AUX_WRAPPER_NAME< T, value > |
Definition at line 31 of file integral_c.hpp.
#define AUX_WRAPPER_NAME integral_c |
Definition at line 29 of file integral_c.hpp.
#define AUX_WRAPPER_PARAMS | ( | N | ) | typename T, T N |
Definition at line 26 of file integral_c.hpp.
#define AUX_WRAPPER_VALUE_TYPE T |
Definition at line 30 of file integral_c.hpp.