|
Rcpp Version 1.1.2
|


Go to the source code of this file.
Namespaces | |
| namespace | Rcpp |
| Rcpp API. | |
| namespace | Rcpp::internal |
| internal implementation details | |
Functions | |
| SEXP | Rcpp::lgrow (SEXP head, SEXP tail) |
| template<typename T> | |
| SEXP | Rcpp::internal::lgrow__dispatch (Rcpp::traits::true_type, const T &head, SEXP tail) |
| template<typename T> | |
| SEXP | Rcpp::internal::lgrow__dispatch (Rcpp::traits::false_type, const T &head, SEXP tail) |
| template<typename T> | |
| SEXP | Rcpp::lgrow (const T &head, SEXP tail) |
| SEXP | Rcpp::lgrow (const char *head, SEXP tail) |
| template<typename T1> | |
| SEXP | Rcpp::langlist (const T1 &t1) |
| template<typename T, typename... TArgs> | |
| SEXP | Rcpp::langlist (const T &t1, const TArgs &... args) |