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

Method get_const

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

Source from the content-addressed store, hash-verified

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) ; }
85 inline proxy ref(R_xlen_t i) { check_index(i); return proxy(*p,i);}

Callers 4

beginMethod · 0.45
endMethod · 0.45
cbeginMethod · 0.45
cendMethod · 0.45

Calls 1

const_iteratorClass · 0.85

Tested by

no test coverage detected