Rcpp Version 1.0.9
Rcpp::traits::has_na< RTYPE > Struct Template Reference

#include <has_na.h>

Inheritance diagram for Rcpp::traits::has_na< RTYPE >:
Collaboration diagram for Rcpp::traits::has_na< RTYPE >:

Additional Inherited Members

- Public Types inherited from Rcpp::traits::integral_constant< _T, _V >
typedef _T value_type
 
typedef integral_constant< _T, _V > type
 
- Static Public Attributes inherited from Rcpp::traits::integral_constant< _T, _V >
static const _T value = _V
 

Detailed Description

template<int RTYPE>
struct Rcpp::traits::has_na< RTYPE >

Indentifies if a given SEXP type has the concept of missing values

This is false by default and specialized for all types that do have the concept

Definition at line 35 of file has_na.h.


The documentation for this struct was generated from the following file: