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

Method begin

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

Source from the content-addressed store, hash-verified

92 }
93
94 inline iterator begin() const { return CHAR( STRING_ELT( *parent, index ) ) ; }
95 inline iterator end() const { return begin() + size() ; }
96 inline R_xlen_t size() const { return strlen( begin() ) ; }
97 inline bool empty() const { return *begin() == '\0' ; }

Callers 6

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