Rcpp Version 1.1.2
Loading...
Searching...
No Matches
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< bool, false >
typedef bool value_type
typedef integral_constant< bool, _V > type
Static Public Attributes inherited from Rcpp::traits::integral_constant< bool, false >
static const bool value

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: