Rcpp Version 0.9.10
cat.hpp File Reference
Include dependency graph for cat.hpp:
This graph shows which files directly or indirectly include this file:

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

Define Documentation

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

Definition at line 24 of file cat.hpp.

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

Definition at line 31 of file cat.hpp.

#define RCPP_PP_CAT_II (   res)    res

Definition at line 32 of file cat.hpp.

#define RCPP_PP_CAT_OO (   par)    RCPP_PP_CAT_I ## par

Definition at line 25 of file cat.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines