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

Method Not_Vector

inst/include/Rcpp/sugar/operators/not.h:82–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 typedef not_<RTYPE,NA> OPERATOR ;
81
82 Not_Vector( const VEC_TYPE& lhs_ ) :
83 lhs(lhs_), op() {}
84
85 inline STORAGE operator[]( R_xlen_t i ) const {
86 return op.apply( lhs[i] ) ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected