|
Rcpp Version 0.9.10
|
#include <Rcpp/preprocessor/config.hpp>

Go to the source code of this file.
Defines | |
| #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 |