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

Method get

inst/include/Rcpp/vector/const_string_proxy.h:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 inline void move( R_xlen_t n ){ index += n ;}
89
90 inline SEXP get() const {
91 return STRING_ELT( *parent, index ) ;
92 }
93
94 inline iterator begin() const { return CHAR( STRING_ELT( *parent, index ) ) ; }
95 inline iterator end() const { return begin() + size() ; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected