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

Method get

inst/tinytest/cpp/wrap.cpp:278–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 Foo() : x(0.0){}
277 Foo( double x_ ) : x(x_){}
278 double get() { return x ; }
279 private:
280 double x ;
281} ;

Callers 4

xptr_access_releasedFunction · 0.45
runit_getFunction · 0.45
runit_get_symbolFunction · 0.45
testNullableGetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected