22#ifndef Rcpp__sugar__all_h
23#define Rcpp__sugar__all_h
28template <
bool NA,
typename T>
41 if( current ==
FALSE ) {
70 if(
object[i] ==
FALSE ) {
83template <
bool NA,
typename T>
SingleLogicalResult< false, All< false, T > > PARENT
Rcpp::VectorBase< LGLSXP, false, T > VEC_TYPE
SingleLogicalResult< true, All< NA, T > > PARENT
Rcpp::VectorBase< LGLSXP, NA, T > VEC_TYPE
bool is_na< LGLSXP >(int x)
sugar::All< NA, T > all(const Rcpp::VectorBase< LGLSXP, NA, T > &t)