29 typedef typename ::Rcpp::Vector<RTYPE, StoragePolicy>
VECTOR ;
38 operator SEXP()
const {
42 template <
typename U>
operator U()
const {
43 return ::Rcpp::as<U>(
get()) ;
47 operator bool()
const { return ::Rcpp::as<bool>(
get()) ; }
48 operator int()
const { return ::Rcpp::as<int>(
get()) ; }
57 inline SEXP
get()
const {