Rcpp Version 1.0.9
|
#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.
|
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.
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
static |
Definition at line 40 of file is_convertible.h.