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

Method apply

inst/include/Rcpp/sugar/logical/not.h:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 Negate_SingleLogicalResult( const TYPE& orig_ ) : orig(orig_) {}
47
48 inline void apply(){
49 BASE::set( negate<NA>::apply( orig.get() ) );
50 }
51
52private:
53 const TYPE& orig ;

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected