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

Method Param

src/attributes.cpp:291–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 class Param {
290 public:
291 Param() {}
292 explicit Param(const std::string& paramText);
293 bool empty() const { return name().empty(); }
294

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected