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

Function Test_get_x_const_ref

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

Source from the content-addressed store, hash-verified

124};
125
126double Test_get_x_const_ref(const ModuleTest& x) {
127 return x.value;
128}
129double Test_get_x_ref(ModuleTest& x) {
130 return x.value;
131}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected