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

Method get

inst/include/Rcpp/vector/traits.h:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 p = const_cast<VECTOR*>(&v) ;
80 }
81 inline iterator get() const { return iterator( proxy(*p, 0 ) ) ;}
82 inline const_iterator get_const() const { return const_iterator( const_proxy(*p, 0) ) ; }
83
84 inline proxy ref() { check_index(0); return proxy(*p,0) ; }

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.85

Tested by

no test coverage detected