Rcpp Version 1.0.14
Loading...
Searching...
No Matches
is_bool.h
Go to the documentation of this file.
1#ifndef Rcpp__traits__is_bool__h
2#define Rcpp__traits__is_bool__h
3
4namespace Rcpp{ namespace traits {
5
6template<typename>
7struct is_bool
8 : public false_type { };
9
10template<>
12 : public true_type { };
13
14template<>
16 : public true_type { };
17
18template<>
20 : public true_type { };
21
22}}
23
24#endif
Rcpp API.
Definition algo.h:28
T as(SEXP x)
Definition as.h:151