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

Method ModuleTest

inst/tinytest/cpp/Module.cpp:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116public:
117 double value;
118 ModuleTest(double v) : value(v) {}
119private:
120 // hiding those on purpose
121 // we work by reference or pointers here. Not by copy.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected