| 30 | // default to always false, applies to VECSXP, EXPRSXP and RAWSXP |
| 31 | template <int RTYPE> |
| 32 | bool is_na(typename storage_type<RTYPE>::type) { |
| 33 | return false; |
| 34 | } |
| 35 | |
| 36 | template <> |
| 37 | inline bool is_na<INTSXP>(int x) { |
no outgoing calls
no test coverage detected