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

Method Foo

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

Source from the content-addressed store, hash-verified

274class Foo{
275 public:
276 Foo() : x(0.0){}
277 Foo( double x_ ) : x(x_){}
278 double get() { return x ; }
279 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected