|
Rcpp Version 1.1.2
|
#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 std::unordered_set< STORAGE > | SET |
| typedef SET::const_iterator | ITERATOR |
Private Attributes | |
| SET | lhs_set |
| SET | rhs_set |
|
private |
|
private |
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::SetEqual< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::STORAGE |
|
inline |
Definition at line 76 of file setdiff.h.
References Rcpp::sugar::get_const_begin(), Rcpp::sugar::get_const_end(), lhs_set, and rhs_set.

|
inline |
Definition at line 82 of file setdiff.h.
References lhs_set, and rhs_set.
Referenced by Rcpp::setequal().
|
private |
Definition at line 95 of file setdiff.h.
Referenced by get(), and SetEqual().
|
private |
Definition at line 96 of file setdiff.h.
Referenced by get(), and SetEqual().