Rcpp Version 1.0.9
|
Go to the source code of this file.
Macros | |
#define | RCPP_PP_CAT(a, b) RCPP_PP_CAT_OO((a, b)) |
#define | RCPP_PP_CAT_OO(par) RCPP_PP_CAT_I ## par |
#define | RCPP_PP_CAT_I(a, b) RCPP_PP_CAT_II(a ## b) |
#define | RCPP_PP_CAT_II(res) res |
#define RCPP_PP_CAT | ( | a, | |
b | |||
) | RCPP_PP_CAT_OO((a, b)) |
#define RCPP_PP_CAT_I | ( | a, | |
b | |||
) | RCPP_PP_CAT_II(a ## b) |
#define RCPP_PP_CAT_OO | ( | par | ) | RCPP_PP_CAT_I ## par |