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

|
inline |
Definition at line 144 of file setdiff.h.
References Rcpp::Vector< RTYPE, StoragePolicy >::begin(), Rcpp::no_init(), and result.
Referenced by Rcpp::union_().

|
private |