Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::sugar::cbind_impl::detail Namespace Reference

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)

Function Documentation

◆ MakeBindable() [1/2]

template<typename T>
Rcpp::traits::enable_if<!has_stored_type< T >::value, MakeBindableCall< T, false > >::type Rcpp::sugar::cbind_impl::detail::MakeBindable ( const T & t)
inline

Definition at line 455 of file cbind.h.

◆ MakeBindable() [2/2]

template<typename T>
Rcpp::traits::enable_if< has_stored_type< T >::value, MakeBindableCall< T, true > >::type Rcpp::sugar::cbind_impl::detail::MakeBindable ( const T & t)
inline

Definition at line 446 of file cbind.h.