20#ifndef Rcpp_StretchyList_h
21#define Rcpp_StretchyList_h
43 SEXP s = Rf_cons(R_NilValue, R_NilValue);
53 inline operator SEXP()
const{
54 return CDR(Storage::get__() );
#define RCPP_GENERATE_CTOR_ASSIGN(__CLASS__)
#define RCPP_API_CLASS(__CLASS__)
integral_constant< bool, true > true_type
integral_constant< bool, false > false_type
StretchyList_Impl & push_front__impl(const T &obj, traits::true_type)
StretchyList_Impl & push_back(const T &obj)
DottedPairProxyPolicy< Language_Impl >::const_DottedPairProxy const_Proxy
StretchyList_Impl< PreserveStorage > StretchyList
StretchyList_Impl & push_back__impl(const T &obj, traits::true_type)
StretchyList_Impl & push_front(const T &obj)
integral_constant< bool, _V > type