|
Rcpp Version 0.9.10
|
#include <is_convertible.h>
Classes | |
| struct | Big |
Public Types | |
| typedef bool | value_type |
| typedef integral_constant < bool, value > | type |
Static Public Attributes | |
| static const bool | value = sizeof(Test(MakeT())) == sizeof(Small) |
Private Types | |
| typedef char | Small |
Static Private Member Functions | |
| static Small | Test (const U &) |
| static Big | Test (...) |
| static T | MakeT () |
Definition at line 29 of file is_convertible.h.
typedef char Rcpp::traits::is_convertible< T, U >::Small [private] |
Definition at line 31 of file is_convertible.h.
| typedef integral_constant<bool,value> Rcpp::traits::is_convertible< T, U >::type |
Definition at line 41 of file is_convertible.h.
| typedef bool Rcpp::traits::is_convertible< T, U >::value_type |
Definition at line 39 of file is_convertible.h.
| static T Rcpp::traits::is_convertible< T, U >::MakeT | ( | ) | [static, private] |
| static Small Rcpp::traits::is_convertible< T, U >::Test | ( | const U & | ) | [static, private] |
| static Big Rcpp::traits::is_convertible< T, U >::Test | ( | ... | ) | [static, private] |
const bool Rcpp::traits::is_convertible< T, U >::value = sizeof(Test(MakeT())) == sizeof(Small) [static] |
Definition at line 40 of file is_convertible.h.