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

Method SEXP_Iterator

inst/include/Rcpp/internal/SEXP_Iterator.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 typedef std::random_access_iterator_tag iterator_category ;
37
38 SEXP_Iterator( ): ptr(){} ;
39 SEXP_Iterator( const SEXP_Iterator& other) : ptr(other.ptr){} ;
40 SEXP_Iterator( const VECTOR& vec ) : ptr( RCPP_VECTOR_PTR(vec) ){} ;
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected