MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / in

Function in

inst/include/Rcpp/sugar/functions/unique.h:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76template <int RTYPE, bool NA, typename T, bool RHS_NA, typename RHS_T>
77inline LogicalVector in( const VectorBase<RTYPE,NA,T>& x, const VectorBase<RTYPE,RHS_NA,RHS_T>& table ){
78 typedef VectorBase<RTYPE,RHS_NA,RHS_T> TABLE_T ;
79 return sugar::In<RTYPE, TABLE_T>(table).get( x.get_ref() ) ;
80}
81
82
83} // Rcpp

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected