22 #ifndef Rcpp__sugar__any_h
23 #define Rcpp__sugar__any_h
28 template <
bool NA,
typename T>
36 R_xlen_t n =
object.size() ;
39 for( R_xlen_t i=0 ; i<n ; i++){
41 if( current == TRUE ) {
65 R_xlen_t n =
object.size() ;
67 for( R_xlen_t i=0 ; i<n ; i++){
68 if(
object[i] == TRUE ) {
80 template <
bool NA,
typename T>
Rcpp::VectorBase< LGLSXP, false, T > VEC_TYPE
SingleLogicalResult< false, Any< false, T > > PARENT
Rcpp::VectorBase< LGLSXP, NA, T > VEC_TYPE
SingleLogicalResult< true, Any< NA, T > > PARENT
bool is_na< LGLSXP >(int x)
bool any(InputIterator first, InputIterator last, const T &value)