#include <boost/mpl/int.hpp>
#include <boost/mpl/limits/arity.hpp>
#include <boost/mpl/aux_/config/dtp.hpp>
#include <boost/mpl/aux_/preprocessor/params.hpp>
#include <boost/mpl/aux_/arity.hpp>
#include <boost/mpl/aux_/template_arity_fwd.hpp>
#include <boost/mpl/aux_/config/ttp.hpp>
#include <boost/mpl/aux_/config/lambda.hpp>
#include <boost/mpl/aux_/config/static_constant.hpp>
Go to the source code of this file.
Macros | |
#define | BOOST_MPL_AUX_ARITY_SPEC(i, name) BOOST_MPL_AUX_NONTYPE_ARITY_SPEC(i,typename,name) \ |
#define | BOOST_MPL_AUX_NONTYPE_ARITY_SPEC(i, type, name) |
#define | BOOST_MPL_AUX_TEMPLATE_ARITY_SPEC(i, name) |
#define BOOST_MPL_AUX_ARITY_SPEC | ( | i, | |
name | |||
) | BOOST_MPL_AUX_NONTYPE_ARITY_SPEC(i,typename,name) \ |
Definition at line 46 of file arity_spec.hpp.
Definition at line 43 of file arity_spec.hpp.
Definition at line 63 of file arity_spec.hpp.