| 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);} |
no test coverage detected