Rcpp Version 1.0.9
and.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Rcpp::sugar::And_SingleLogicalResult_SingleLogicalResult< LHS_NA, LHS_T, RHS_NA, RHS_T >
 
class  Rcpp::sugar::And_SingleLogicalResult_SingleLogicalResult< LHS_NA, LHS_T, false, RHS_T >
 
class  Rcpp::sugar::And_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T >
 
class  Rcpp::sugar::And_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T >
 
class  Rcpp::sugar::And_SingleLogicalResult_bool< LHS_NA, LHS_T >
 
class  Rcpp::sugar::And_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T >
 
class  Rcpp::sugar::And_LogicalExpression_LogicalExpression< false, LHS_T, RHS_NA, RHS_T >
 
class  Rcpp::sugar::And_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, false, RHS_T >
 
class  Rcpp::sugar::And_LogicalExpression_LogicalExpression< false, LHS_T, false, RHS_T >
 

Namespaces

 Rcpp
 Rcpp API.
 
 Rcpp::sugar
 

Functions

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::And_SingleLogicalResult_SingleLogicalResult< LHS_NA, LHS_T, RHS_NA, RHS_T > operator&& (const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &lhs, const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &rhs)
 
template<bool LHS_NA, typename LHS_T >
Rcpp::sugar::And_SingleLogicalResult_bool< LHS_NA, LHS_T > operator&& (const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &lhs, bool rhs)
 
template<bool LHS_NA, typename LHS_T >
Rcpp::sugar::And_SingleLogicalResult_bool< LHS_NA, LHS_T > operator&& (bool rhs, const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &lhs)
 
template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::And_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T > operator& (const Rcpp::VectorBase< LGLSXP, LHS_NA, LHS_T > &lhs, const Rcpp::VectorBase< LGLSXP, RHS_NA, RHS_T > &rhs)
 

Function Documentation

◆ operator&()

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::And_LogicalExpression_LogicalExpression<LHS_NA,LHS_T,RHS_NA,RHS_T> operator& ( const Rcpp::VectorBase< LGLSXP, LHS_NA, LHS_T > &  lhs,
const Rcpp::VectorBase< LGLSXP, RHS_NA, RHS_T > &  rhs 
)
inline

Definition at line 316 of file and.h.

◆ operator&&() [1/3]

template<bool LHS_NA, typename LHS_T >
Rcpp::sugar::And_SingleLogicalResult_bool<LHS_NA,LHS_T> operator&& ( bool  rhs,
const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &  lhs 
)
inline

Definition at line 306 of file and.h.

◆ operator&&() [2/3]

template<bool LHS_NA, typename LHS_T >
Rcpp::sugar::And_SingleLogicalResult_bool<LHS_NA,LHS_T> operator&& ( const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &  lhs,
bool  rhs 
)
inline

Definition at line 297 of file and.h.

◆ operator&&() [3/3]

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::And_SingleLogicalResult_SingleLogicalResult<LHS_NA,LHS_T,RHS_NA,RHS_T> operator&& ( const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &  lhs,
const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &  rhs 
)
inline

Definition at line 288 of file and.h.