| 157 | |
| 158 | template <typename T> |
| 159 | inline typename traits::remove_const_and_reference<T>::type bare_as(SEXP x) { |
| 160 | return as< typename traits::remove_const_and_reference<T>::type >(x); |
| 161 | } |
| 162 | |
| 163 | template<> inline SEXP as(SEXP x) { return x; } |
| 164 |
nothing calls this directly
no outgoing calls
no test coverage detected