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

Method ModuleNumber

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

Source from the content-addressed store, hash-verified

91class ModuleNumber{
92public:
93 ModuleNumber() : x(0.0), y(0) {};
94
95 double x;
96 int y;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected