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

Method get

inst/include/Rcpp/sugar/functions/sd.h:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 Sd( const VEC_TYPE& object_ ) : object(object_){}
35
36 STORAGE get() const {
37 return ::sqrt( var(object).get() ) ;
38 }
39private:
40 const VEC_TYPE& object ;
41} ;

Callers 2

LazyClass · 0.45
sampleFunction · 0.45

Calls 2

varFunction · 0.85
sqrtFunction · 0.50

Tested by

no test coverage detected