|
Rcpp Version 0.9.10
|
#include <is_sugar_expression.h>


Classes | |
| struct | _Wrap_type |
Static Public Attributes | |
| static const bool | value = sizeof(__test<T>(0)) == 1 |
Static Private Member Functions | |
| template<typename U > | |
| static __one | __test (_Wrap_type< typename U::rcpp_sugar_expression > *) |
| template<typename U > | |
| static __two | __test (...) |
Definition at line 29 of file is_sugar_expression.h.
| static __one Rcpp::traits::_is_sugar_expression_helper< T >::__test | ( | _Wrap_type< typename U::rcpp_sugar_expression > * | ) | [static, private] |
| static __two Rcpp::traits::_is_sugar_expression_helper< T >::__test | ( | ... | ) | [static, private] |
const bool Rcpp::traits::_is_sugar_expression_helper< T >::value = sizeof(__test<T>(0)) == 1 [static] |
Definition at line 39 of file is_sugar_expression.h.