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

Method ref

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

Source from the content-addressed store, hash-verified

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);}
86
87 inline const_proxy ref() const { check_index(0); return const_proxy(*p,0) ; }

Callers 3

operator[]Method · 0.45
operator()Method · 0.45
atMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected