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

Method CppFunction

inst/include/Rcpp/module/CppFunction.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 class CppFunction : public CppFunctionBase {
53 public:
54 CppFunction(const char* doc = 0) : docstring( doc == 0 ? "" : doc) {}
55 virtual ~CppFunction(){} ;
56
57 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected