Rcpp Version 1.0.9
|
Classes | |
class | has_stored_type |
struct | MakeBindableCall |
struct | MakeBindableCall< T, true > |
struct | MakeBindableCall< Rcpp::Matrix< LGLSXP >, true > |
struct | MakeBindableCall< Rcpp::Vector< LGLSXP >, true > |
struct | MakeBindableCall< T, false > |
struct | matrix_return |
struct | matrix_return< T, true > |
struct | matrix_return< Rcpp::Matrix< LGLSXP >, true > |
struct | matrix_return< Rcpp::Vector< LGLSXP >, true > |
struct | matrix_return< bool, false > |
struct | matrix_return< T, false > |
Functions | |
template<typename T > | |
Rcpp::traits::enable_if< has_stored_type< T >::value, MakeBindableCall< T, true > >::type | MakeBindable (const T &t) |
template<typename T > | |
Rcpp::traits::enable_if< !has_stored_type< T >::value, MakeBindableCall< T, false > >::type | MakeBindable (const T &t) |
|
inline |
|
inline |