MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / get

Method get

inst/include/Rcpp/vector/string_proxy.h:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 inline void move( R_xlen_t n ){ index += n ;}
155
156 inline SEXP get() const {
157 return STRING_ELT( *parent, index ) ;
158 }
159 template <typename T>
160 inline void set( const T& x ){
161 set( internal::make_charsexp(x) ) ;

Callers 1

string_proxyClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected