Rcpp Version 1.1.2
Loading...
Searching...
No Matches
or.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::Or_SingleLogicalResult_SingleLogicalResult< LHS_NA, LHS_T, RHS_NA, RHS_T >
class  Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< LHS_NA, LHS_T, false, RHS_T >
class  Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T >
class  Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T >
class  Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >
class  Rcpp::sugar::Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T >
class  Rcpp::sugar::Or_LogicalExpression_LogicalExpression< false, LHS_T, RHS_NA, RHS_T >
class  Rcpp::sugar::Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, false, RHS_T >
class  Rcpp::sugar::Or_LogicalExpression_LogicalExpression< false, LHS_T, false, RHS_T >

Namespaces

namespace  Rcpp
 Rcpp API.
namespace  Rcpp::sugar

Functions

template<bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
Rcpp::sugar::Or_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::Or_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::Or_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::Or_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::Or_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 315 of file or.h.

◆ operator||() [1/3]

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

Definition at line 305 of file or.h.

◆ operator||() [2/3]

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

Definition at line 296 of file or.h.

◆ operator||() [3/3]

template<bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
Rcpp::sugar::Or_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 287 of file or.h.