Rcpp Version 1.0.9
cat.hpp File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ RCPP_PP_CAT

#define RCPP_PP_CAT (   a,
 
)    RCPP_PP_CAT_OO((a, b))

Definition at line 22 of file cat.hpp.

◆ RCPP_PP_CAT_I

#define RCPP_PP_CAT_I (   a,
 
)    RCPP_PP_CAT_II(a ## b)

Definition at line 29 of file cat.hpp.

◆ RCPP_PP_CAT_II

#define RCPP_PP_CAT_II (   res)    res

Definition at line 30 of file cat.hpp.

◆ RCPP_PP_CAT_OO

#define RCPP_PP_CAT_OO (   par)    RCPP_PP_CAT_I ## par

Definition at line 23 of file cat.hpp.