| 
    Rcpp Version 1.0.14
    
   | 
 
#include <setdiff.h>
Public Types | |
| typedef Rcpp::traits::storage_type< RTYPE >::type | STORAGE | 
Public Member Functions | |
| SetEqual (const LHS_T &lhs, const RHS_T &rhs) | |
| bool | get () const | 
Private Types | |
| typedef RCPP_UNORDERED_SET< STORAGE > | SET | 
| typedef SET::const_iterator | ITERATOR | 
Private Attributes | |
| SET | lhs_set | 
| SET | rhs_set | 
      
  | 
  private | 
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::SetEqual< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::STORAGE | 
Definition at line 81 of file setdiff.h.
References Rcpp::as(), Rcpp::sugar::SetEqual< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs_set, and Rcpp::sugar::SetEqual< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::rhs_set.
Referenced by Rcpp::setequal().

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