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

Go to the source code of this file.

Functions

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE, Rcpp::sugar::less< RTYPE >, NA, T > operator< (const Rcpp::VectorBase< RTYPE, NA, T > &lhs, typename Rcpp::traits::storage_type< RTYPE >::type rhs)
 
template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE, Rcpp::sugar::less< RTYPE >, NA, T > operator> (typename Rcpp::traits::storage_type< RTYPE >::type rhs, const Rcpp::VectorBase< RTYPE, NA, T > &lhs)
 
template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE, Rcpp::sugar::greater< RTYPE >, NA, T > operator> (const Rcpp::VectorBase< RTYPE, NA, T > &lhs, typename Rcpp::traits::storage_type< RTYPE >::type rhs)
 
template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE, Rcpp::sugar::greater< RTYPE >, NA, T > operator< (typename Rcpp::traits::storage_type< RTYPE >::type rhs, const Rcpp::VectorBase< RTYPE, NA, T > &lhs)
 
template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE, Rcpp::sugar::less_or_equal< RTYPE >, NA, T > operator<= (const Rcpp::VectorBase< RTYPE, NA, T > &lhs, typename Rcpp::traits::storage_type< RTYPE >::type rhs)
 
template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE, Rcpp::sugar::less_or_equal< RTYPE >, NA, T > operator>= (typename Rcpp::traits::storage_type< RTYPE >::type rhs, const Rcpp::VectorBase< RTYPE, NA, T > &lhs)
 
template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE, Rcpp::sugar::greater_or_equal< RTYPE >, NA, T > operator>= (const Rcpp::VectorBase< RTYPE, NA, T > &lhs, typename Rcpp::traits::storage_type< RTYPE >::type rhs)
 
template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE, Rcpp::sugar::greater_or_equal< RTYPE >, NA, T > operator<= (typename Rcpp::traits::storage_type< RTYPE >::type rhs, const Rcpp::VectorBase< RTYPE, NA, T > &lhs)
 
template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE, Rcpp::sugar::equal< RTYPE >, NA, T > operator== (const Rcpp::VectorBase< RTYPE, NA, T > &lhs, typename Rcpp::traits::storage_type< RTYPE >::type rhs)
 
template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE, Rcpp::sugar::equal< RTYPE >, NA, T > operator== (typename Rcpp::traits::storage_type< RTYPE >::type rhs, const Rcpp::VectorBase< RTYPE, NA, T > &lhs)
 
template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE, Rcpp::sugar::not_equal< RTYPE >, NA, T > operator!= (const Rcpp::VectorBase< RTYPE, NA, T > &lhs, typename Rcpp::traits::storage_type< RTYPE >::type rhs)
 
template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE, Rcpp::sugar::not_equal< RTYPE >, NA, T > operator!= (typename Rcpp::traits::storage_type< RTYPE >::type rhs, const Rcpp::VectorBase< RTYPE, NA, T > &lhs)
 

Function Documentation

◆ operator!=() [1/2]

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::not_equal<RTYPE>, NA, T > operator!= ( const Rcpp::VectorBase< RTYPE, NA, T > &  lhs,
typename Rcpp::traits::storage_type< RTYPE >::type  rhs 
)
inline

Definition at line 255 of file logical_operators__Vector__primitive.h.

References Rcpp::NA.

◆ operator!=() [2/2]

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::not_equal<RTYPE>, NA, T > operator!= ( typename Rcpp::traits::storage_type< RTYPE >::type  rhs,
const Rcpp::VectorBase< RTYPE, NA, T > &  lhs 
)
inline

Definition at line 275 of file logical_operators__Vector__primitive.h.

References Rcpp::NA.

◆ operator<() [1/2]

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::less<RTYPE>, NA, T > operator< ( const Rcpp::VectorBase< RTYPE, NA, T > &  lhs,
typename Rcpp::traits::storage_type< RTYPE >::type  rhs 
)
inline

Definition at line 1 of file logical_operators__Vector__primitive.h.

References Rcpp::NA.

◆ operator<() [2/2]

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::greater<RTYPE>, NA, T > operator< ( typename Rcpp::traits::storage_type< RTYPE >::type  rhs,
const Rcpp::VectorBase< RTYPE, NA, T > &  lhs 
)
inline

Definition at line 78 of file logical_operators__Vector__primitive.h.

References Rcpp::NA.

◆ operator<=() [1/2]

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::less_or_equal<RTYPE>, NA, T > operator<= ( const Rcpp::VectorBase< RTYPE, NA, T > &  lhs,
typename Rcpp::traits::storage_type< RTYPE >::type  rhs 
)
inline

Definition at line 78 of file logical_operators__Vector__primitive.h.

◆ operator<=() [2/2]

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::greater_or_equal<RTYPE>, NA, T > operator<= ( typename Rcpp::traits::storage_type< RTYPE >::type  rhs,
const Rcpp::VectorBase< RTYPE, NA, T > &  lhs 
)
inline

Definition at line 167 of file logical_operators__Vector__primitive.h.

References Rcpp::NA.

◆ operator==() [1/2]

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::equal<RTYPE>, NA, T > operator== ( const Rcpp::VectorBase< RTYPE, NA, T > &  lhs,
typename Rcpp::traits::storage_type< RTYPE >::type  rhs 
)
inline

Definition at line 211 of file logical_operators__Vector__primitive.h.

References Rcpp::NA.

◆ operator==() [2/2]

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::equal<RTYPE>, NA, T > operator== ( typename Rcpp::traits::storage_type< RTYPE >::type  rhs,
const Rcpp::VectorBase< RTYPE, NA, T > &  lhs 
)
inline

Definition at line 231 of file logical_operators__Vector__primitive.h.

References Rcpp::NA.

◆ operator>() [1/2]

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::greater<RTYPE>, NA, T > operator> ( const Rcpp::VectorBase< RTYPE, NA, T > &  lhs,
typename Rcpp::traits::storage_type< RTYPE >::type  rhs 
)
inline

Definition at line 78 of file logical_operators__Vector__primitive.h.

◆ operator>() [2/2]

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::less<RTYPE>, NA, T > operator> ( typename Rcpp::traits::storage_type< RTYPE >::type  rhs,
const Rcpp::VectorBase< RTYPE, NA, T > &  lhs 
)
inline

Definition at line 54 of file logical_operators__Vector__primitive.h.

References Rcpp::NA.

◆ operator>=() [1/2]

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::greater_or_equal<RTYPE>, NA, T > operator>= ( const Rcpp::VectorBase< RTYPE, NA, T > &  lhs,
typename Rcpp::traits::storage_type< RTYPE >::type  rhs 
)
inline

Definition at line 167 of file logical_operators__Vector__primitive.h.

◆ operator>=() [2/2]

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::less_or_equal<RTYPE>, NA, T > operator>= ( typename Rcpp::traits::storage_type< RTYPE >::type  rhs,
const Rcpp::VectorBase< RTYPE, NA, T > &  lhs 
)
inline

Definition at line 142 of file logical_operators__Vector__primitive.h.

References Rcpp::NA.