Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
274
class 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