| 
    Rcpp Version 1.0.14
    
   | 
 
#include <setdiff.h>
Public Types | |
| typedef Rcpp::traits::storage_type< RTYPE >::type | STORAGE | 
Public Member Functions | |
| Intersect (const LHS_T &lhs, const RHS_T &rhs) | |
| Vector< RTYPE > | get () const | 
Private Types | |
| typedef RCPP_UNORDERED_SET< STORAGE > | SET | 
| typedef SET::const_iterator | ITERATOR | 
Private Attributes | |
| SET | intersect | 
      
  | 
  private | 
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Intersect< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::STORAGE | 
      
  | 
  inline | 
Definition at line 104 of file setdiff.h.
References Rcpp::as(), Rcpp::sugar::get_const_begin(), Rcpp::sugar::get_const_end(), and Rcpp::sugar::Intersect< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::intersect.

Definition at line 118 of file setdiff.h.
References Rcpp::as(), Rcpp::sugar::Intersect< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::intersect, and Rcpp::no_init().
Referenced by Rcpp::intersect().

Definition at line 128 of file setdiff.h.
Referenced by Rcpp::sugar::Intersect< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::get(), and Rcpp::sugar::Intersect< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::Intersect().