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

Method SeqLen

inst/include/Rcpp/sugar/functions/seq_along.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28class SeqLen : public VectorBase< INTSXP,false,SeqLen > {
29public:
30 SeqLen( R_xlen_t len_ ) : len(len_){}
31
32 inline R_xlen_t operator[]( R_xlen_t i ) const {
33 return 1 + i ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected