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

Method begin

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

Source from the content-addressed store, hash-verified

165 }
166
167 inline iterator begin() const { return CHAR( STRING_ELT( *parent, index ) ) ; }
168 inline iterator end() const { return begin() + size() ; }
169 inline R_xlen_t size() const { return strlen( begin() ) ; }
170 inline bool empty() const { return *begin() == '\0' ; }

Callers 7

transformMethod · 0.45
operator==Method · 0.45
operator!=Method · 0.45
operator<Function · 0.45
operator>Function · 0.45
operator>=Function · 0.45
operator<=Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected